Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to 1st party GH Pages Deploy action #454

Closed
janosh opened this issue Jul 28, 2023 · 1 comment · Fixed by #475
Closed

Migrate to 1st party GH Pages Deploy action #454

janosh opened this issue Jul 28, 2023 · 1 comment · Fixed by #475
Labels
docs Improvements or additions to documentation

Comments

@janosh
Copy link
Member

janosh commented Jul 28, 2023

GitHub added a 1st party Pages deploy action a while back. See e.g. here for usage example.

We're currently using peaceiris/actions-gh-pages

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./docs_build/

but may want to consider migrating.

@janosh janosh added the docs Improvements or additions to documentation label Jul 28, 2023
@utf
Copy link
Member

utf commented Aug 14, 2023

This would be great to have!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants