Skip to content

ci: set gh-pages workflow to run on ubuntu-latest (#520) #87

ci: set gh-pages workflow to run on ubuntu-latest (#520)

ci: set gh-pages workflow to run on ubuntu-latest (#520) #87

Workflow file for this run

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