You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zk/.github/workflows/gh-pages.yml

25 lines
451 B
YAML

name: Deploy GitHub Pages
# NOTE: workflow uses this repo: https://github.com/sphinx-notes/pages
on:
push:
branches: [main]
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
pages:
runs-on: ubuntu-20.04
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
steps:
- id: deployment
uses: sphinx-notes/pages@v3