Skip to content

chore(deps): update shalzz/zola-deploy-action action to v0.19.1 (#14) #43

chore(deps): update shalzz/zola-deploy-action action to v0.19.1 (#14)

chore(deps): update shalzz/zola-deploy-action action to v0.19.1 (#14) #43

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@e4233e9a9fdc50632e17e42f06e647dc6c44bebd # v0.19.1
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_THEMES: false