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

Publish latest docs to GH pages #40

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

lkubb
Copy link
Collaborator

@lkubb lkubb commented Apr 18, 2024

What does this PR do?

Deploys built docs to GH pages on pushes to the master branch.

This is for testing and getting at least basic docs builds out, but could be integrated into the central workflow later.

The released docs are not versioned currently, only the latest ones are published.

Versioning support would require either (better):

or (more basic):

  • Using the gh-pages branch instead of Actions, peaceiris/actions-gh-pages to be able to deploy to subdirectories and using the tag/branch name as the directory name. The implementation via actions/deploy-pages always replaces the directory root.

What issues does this PR fix or reference?

Fixes:

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes

@lkubb lkubb merged commit be35515 into salt-extensions:main Apr 23, 2024
17 checks passed
@lkubb lkubb deleted the gh-pages-docs branch April 23, 2024 07:43
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.

None yet

1 participant