Skip to content

ci: activate automerge for github action digest update #36

ci: activate automerge for github action digest update

ci: activate automerge for github action digest update #36

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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@8dd2f00cd24e36df7504aac22040a13e7f9e6d1a # v0.17.2
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_THEMES: false