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

ci: add a workflow for publishing to Github pages #1

Closed
wants to merge 2 commits into from
Closed

ci: add a workflow for publishing to Github pages #1

wants to merge 2 commits into from

Conversation

mrossinek
Copy link
Member

No description provided.

@coveralls
Copy link

coveralls commented Sep 6, 2024

Pull Request Test Coverage Report for Build 10738530619

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 10733978032: 0.0%
Covered Lines: 297
Relevant Lines: 297

💛 - Coveralls

Co-authored-by: Jim Garrison <jim@garrison.cc>
@mrossinek
Copy link
Member Author

I overlooked that the docs publishing is automatically handled upon pushes to stable branches as part of our docs.yml workflow:

- name: Deploy docs
if: ${{ github.ref == 'refs/heads/stable/0.1' }}
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html/

@mrossinek mrossinek closed this Sep 6, 2024
@mrossinek mrossinek deleted the github-pages-workflow branch September 6, 2024 12:56
garrison added a commit that referenced this pull request Sep 6, 2024
- Use actions/deploy-pages for deployment
- Update artifact name and extraction directory

Builds on #1

Co-authored-by: Max Rossmannek <oss@zurich.ibm.com>
@garrison garrison mentioned this pull request Sep 6, 2024
mrossinek added a commit that referenced this pull request Sep 6, 2024
* Update docs workflow

- Use actions/deploy-pages for deployment
- Update artifact name and extraction directory

Builds on #1

Co-authored-by: Max Rossmannek <oss@zurich.ibm.com>

* Use upload-pages-artifact; don't extract to a subdirectory

---------

Co-authored-by: Max Rossmannek <oss@zurich.ibm.com>
mergify bot pushed a commit that referenced this pull request Sep 6, 2024
* Update docs workflow

- Use actions/deploy-pages for deployment
- Update artifact name and extraction directory

Builds on #1

Co-authored-by: Max Rossmannek <oss@zurich.ibm.com>

* Use upload-pages-artifact; don't extract to a subdirectory

---------

Co-authored-by: Max Rossmannek <oss@zurich.ibm.com>
(cherry picked from commit 4152fac)
mrossinek pushed a commit that referenced this pull request Sep 6, 2024
* Update docs workflow

- Use actions/deploy-pages for deployment
- Update artifact name and extraction directory

Builds on #1

Co-authored-by: Max Rossmannek <oss@zurich.ibm.com>

* Use upload-pages-artifact; don't extract to a subdirectory

---------

Co-authored-by: Max Rossmannek <oss@zurich.ibm.com>
(cherry picked from commit 4152fac)

Co-authored-by: Jim Garrison <garrison@ibm.com>
@garrison garrison added the ci-cd Related to CI/CD pipeline label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-cd Related to CI/CD pipeline
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants