Skip to content

Merge pull request #409 from sanders41/projects #337

Merge pull request #409 from sanders41/projects

Merge pull request #409 from sanders41/projects #337

Workflow file for this run

name: cd
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.18.0
env:
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}