Skip to content

Update auto-publish.yml #17

Update auto-publish.yml

Update auto-publish.yml #17

Workflow file for this run

name: Auto-Publish
on:
push:
branches: [main]
jobs:
main:
name: Deploy to GitHub pages
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/deploy-pages@v1
with:
GH_PAGES_BRANCH: main
TOOLCHAIN: bikeshed
SOURCE: index.bs
DESTINATION: index.html
VALIDATE_MARKUP: false