Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TDKorn committed Aug 24, 2023
1 parent 5078666 commit 801701d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ jobs:
- name: Print PATH variable
run: echo $PATH

- uses: actions/checkout@v1
- name: Print GITHUB_PATH variable
run: echo $GITHUB_PATH

- name: Add git to PATH
run: |
echo "/usr/bin" >> $GITHUB_PATH
- uses: actions/checkout@v2

- uses: ammaraskar/sphinx-action@master
with:
Expand Down

0 comments on commit 801701d

Please sign in to comment.