Skip to content

Commit

Permalink
fix: update CD GitHub workflow template
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Apr 25, 2024
1 parent 53f3675 commit ad8cacb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/templates/.github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
uses: goto-bus-stop/setup-zig@v2

- name: Run `doc`
run: |
zig build doc
rm -rf zig-out/doc/src/std/
run: zig build doc

- name: Upload artifact for GitHub Pages
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit ad8cacb

Please sign in to comment.