Skip to content

Save personal notes and hide irrelevant notes #387

Save personal notes and hide irrelevant notes

Save personal notes and hide irrelevant notes #387

Workflow file for this run

name: Deploy Prod
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
jobs:
build_and_deploy_prod:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: wykies/checkout@main
with:
submodules: recursive
- name: Build and deploy
uses: wykies/zola-deploy-action@master
env:
OUT_DIR: docs
BUILD_DIR: .
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}