Skip to content

Commit

Permalink
Merge branch 'main' into rkuris/manual-serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuris authored Nov 26, 2024
2 parents ce799cf + 02aba8e commit 7e246b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ jobs:
run: |
cp -rv target/doc/* ./_site
cp -rv docs/assets ./_site
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pages
path: _site
if-no-files-found: error
overwrite: true
include-hidden-files: true
deploy:
needs: build
permissions:
Expand Down

0 comments on commit 7e246b3

Please sign in to comment.