Skip to content

Update auto-publish.yml #18

Update auto-publish.yml

Update auto-publish.yml #18

Workflow file for this run

name: Auto-Publish
on:
push:
branches: [main]
permissions:
contents: read
pages: write
id-token: write
# Allow one concurrent deployment
concurrency:
group: pages
cancel-in-progress: true
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