Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix path to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Feb 5, 2022
1 parent 361c95b commit 0847118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.2
with:
publish-dir: './local/share/doc/sage/html/en'
publish-dir: './sage/local/share/doc/sage/html/en'
production-branch: master
github-token: ${{ secrets.GITHUB_TOKEN }}
enable-pull-request-comment: false # We don't have github pull-requests
Expand Down

0 comments on commit 0847118

Please sign in to comment.