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

Updated the deploy GitHub action #367

Merged
merged 1 commit into from
May 14, 2024

Conversation

gunamata
Copy link
Contributor

Updated the deploy GitHub action to use the example provided in the Docusaurus documentation. The purpose of the PR is to use the official actions/deploy-pages@v4 action.

…cusaurus documentation

Signed-off-by: Gunasekhar Matamalam <[email protected]>
@gunamata gunamata requested a review from jandubois May 14, 2024 16:10
Copy link
Member

@jandubois jandubois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM

Comment on lines +7 to +8
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this comment is really helpful.

name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer runs-on to be more prominent, i.e. right after name, but it doesn't really matter.

@jandubois jandubois merged commit d7b928a into rancher-sandbox:main May 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants