Skip to content

Merge pull request #410 from sanders41/pbs-open-source #338

Merge pull request #410 from sanders41/pbs-open-source

Merge pull request #410 from sanders41/pbs-open-source #338

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 }}