Skip to content
Discussion options

You must be logged in to vote

Hello @terual,
from the page with the pointers I see that the upload-pages-artifacts and deploy-pages actions are used.
The same is used in the workflow for this project's documentation:

- name: Build documentation
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
mkdocs build --clean
mkdocs --version
- name: Adjust permissions
run: |
chmod -c -R +rX site/ | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upl…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by terual
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants