Skip to content

Commit

Permalink
workflow/docs: fix artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jan 31, 2025
1 parent e6628cf commit 34ad158
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
with:
version: master
- run: zig build-lib src/sokol/sokol.zig -femit-docs
- name: Update pages artifact
id: deployment
uses: actions/upload-pages-artifact@v3
- name: upload-artifact
uses: actions/upload-artifact@main
with:
path: docs/
name: sokol-zig-docs
path: docs
retention-days: 1
deploy:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 34ad158

Please sign in to comment.