Skip to content

Commit

Permalink
CI: archive build results
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Jan 31, 2025
1 parent 8abacad commit 21311c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/hugo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ jobs:
run: sudo apt install -y asciidoctor
- name: Build
run: ./build-site
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: website
path: public
if-no-files-found: error
include-hidden-files: true

0 comments on commit 21311c2

Please sign in to comment.