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

Deploy to GitHub Pages #51

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Deploy to GitHub Pages #51

wants to merge 12 commits into from

Conversation

erlewa
Copy link
Contributor

@erlewa erlewa commented Feb 19, 2025

Added gh-pages-deploy.yml:

  • Contains GitHub Action to deploy client side to side to GitHub Pages

Added Trunk.toml:

  • Specifies target for index.html when using trunk build from GH Action

@erlewa erlewa self-assigned this Feb 19, 2025

# Install Rust Nightly Toolchain, with Clippy & Rustfmt
- name: Install nightly Rust
uses: dtolnay/rust-toolchain@nightly

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Build and Deploy to GitHub Pages' step
Uses Step
uses 'dtolnay/rust-toolchain' with ref 'nightly', not a pinned commit hash


- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Build and Deploy to GitHub Pages' step
Uses Step
uses 'JamesIves/github-pages-deploy-action' with ref 'v4', not a pinned commit hash
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.

1 participant