Skip to content

chore(deps): update actions/checkout digest to 692973e (#13) #42

chore(deps): update actions/checkout digest to 692973e (#13)

chore(deps): update actions/checkout digest to 692973e (#13) #42

Workflow file for this run

name: Deploy to Github Pages
on:
push:
branches:
- main
jobs:
build:
if: ${{ github.repository_owner == 'rustic-rs' && github.ref == 'refs/heads/main' }}
name: Build and deploy
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@964938f983e3223fbe16fcc626ff1ad803dba1cd # v0.18.0
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_THEMES: false