Skip to content

Merge pull request #60 from heitorPB/trailing-slash #26

Merge pull request #60 from heitorPB/trailing-slash

Merge pull request #60 from heitorPB/trailing-slash #26

Workflow file for this run

name: Publish demo on GitHub Pages
on:
push:
branches:
- master
jobs:
build:
name: Publish site
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/[email protected]
- name: Build and deploy
uses: shalzz/zola-deploy-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}