Skip to content

Merge pull request #405 from sanders41/linkedin #333

Merge pull request #405 from sanders41/linkedin

Merge pull request #405 from sanders41/linkedin #333

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