Skip to content

Add post: Goodbye Arc #171

Add post: Goodbye Arc

Add post: Goodbye Arc #171

Workflow file for this run

name: Build and deploy to GitHub Pages
on:
push:
branches:
- sacred-timeline
jobs:
build_and_deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/sacred-timeline'
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.19.2
env:
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}