Skip to content

Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.7.2 #124

Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.7.2

Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.7.2 #124

Workflow file for this run

name: oranda
on: [push]
permissions:
contents: write
jobs:
oranda:
name: Build and deploy site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
- uses: swatinem/rust-cache@v2
- name: Install and run oranda
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.4.0/oranda-installer.sh | sh
oranda build
- name: Deploy to Github Pages
uses: JamesIves/[email protected]
if: ${{ github.ref == 'refs/heads/main' }}
with:
branch: gh-pages
folder: public
token: ${{ secrets.GITHUB_TOKEN }}
single-commit: true