Skip to content

Conversation

@calda
Copy link
Member

@calda calda commented Dec 1, 2025

This PR add a deploy job for the GitHub pages site. Let's see if this works. Adapted from @bachand's prototype PR #338.

@calda calda merged commit 6b0a25c into master Dec 1, 2025
5 checks passed
@calda calda deleted the cal--deploy-site branch December 1, 2025 19:30
Copy link
Contributor

@bachand bachand left a comment

Choose a reason for hiding this comment

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

Thanks for getting this to the finish line @calda ! I looked at a deploy action log too — nice. LGTM.

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: _site
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

uses: actions/configure-pages@v4

- name: Build site
run: bundle exec rake site:build
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

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.

3 participants