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

Remove github-pages-deploy-action from release.yml #2465

Closed
1 task
adamstankiewicz opened this issue Jul 23, 2023 · 0 comments · Fixed by #2820
Closed
1 task

Remove github-pages-deploy-action from release.yml #2465

adamstankiewicz opened this issue Jul 23, 2023 · 0 comments · Fixed by #2820
Labels
good first issue A good task for a newcomer to start with help wanted Ready to be picked up by anyone in the community maintenance Routine upkeep necessary for the health of the platform

Comments

@adamstankiewicz
Copy link
Member

Paragon used to publish/host its documentation website on GitHub Pages. However, Paragon's docs site has since moved to Netlify. However, the release.yml GitHub Action workflow that runs on any commit to master still attempts to publish the GitHub Pages site, which has since been disabled/removed.

- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: www/public # The folder the action should deploy.
clean: true # Automatically remove deleted files from the deploy branch

Tasks

@adamstankiewicz adamstankiewicz added maintenance Routine upkeep necessary for the health of the platform help wanted Ready to be picked up by anyone in the community good first issue A good task for a newcomer to start with labels Jul 23, 2023
@adamstankiewicz adamstankiewicz changed the title Removed github-pages-deploy-action from release.yml Remove github-pages-deploy-action from release.yml Jul 23, 2023
@viktorrusakov viktorrusakov linked a pull request Nov 24, 2023 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good task for a newcomer to start with help wanted Ready to be picked up by anyone in the community maintenance Routine upkeep necessary for the health of the platform
Projects
Status: Closed
Status: Done
2 participants