Skip to content

Commit

Permalink
docs: try relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnikron13 committed May 28, 2024
1 parent 159d4c6 commit f913cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# ${{ if eq(archive, env.nf-default) }}:font: default
run: |
default="${{ env.nf-archive == matrix.archive && '--gen-default' || '' }}"
python ${GITHUB_PATH}/docs/scripts/nerdfontweb.py --version ${{ env.nf-version}} ${default} --mkdocs ${{ matrix.archive }}
python docs/scripts/nerdfontweb.py --version ${{ env.nf-version}} ${default} --mkdocs ${{ matrix.archive }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f913cee

Please sign in to comment.