Skip to content

Commit

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

0 comments on commit 348bc1a

Please sign in to comment.