Skip to content

Commit

Permalink
ar
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Mar 5, 2024
1 parent 3712767 commit a09e484
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
nix build .#docs -o docs-static
- name: Deploy docs to gh-pages 🚀
uses: peaceiris/actions-gh-pages@v3
if: matrix.system == 'aarch64-linux'
# if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs-static
Expand Down

0 comments on commit a09e484

Please sign in to comment.