mirror of
https://github.com/mickael-menu/zk
synced 2024-11-11 07:10:25 +00:00
add sphinx.yml workflow for testing #453
This commit is contained in:
parent
0787930ca5
commit
8f20ac8258
21
.github/workflows/sphinx.yml
vendored
Normal file
21
.github/workflows/sphinx.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: Deploy Sphinx documentation
|
||||
|
||||
# NOTE: workflow uses this repo: https://github.com/sphinx-notes/pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main] # branch to trigger deployment
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user