Skip to content

Commit

Permalink
Fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Jun 23, 2024
1 parent 51000b6 commit c63c920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
command: install -d
- name: Build docs
uses: VaultVulp/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
command: run mkdocs build
GITHUB_TOKEN: ${{ secrets.TOKEN }}
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit c63c920

Please sign in to comment.