Skip to content

Commit

Permalink
Add docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
celsiusnarhwal committed Nov 22, 2024
1 parent 99f92c2 commit 2da66a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: uv sync --only-group docs

- name: Build Documentation
run: uv run icl install && uv run mkdocs build
run: uv run icl install -q && uv run mkdocs build
env:
FONTAWESOME_PKG_TOKEN: ${{ secrets.FONTAWESOME_PKG_TOKEN }}

- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2da66a9

Please sign in to comment.