Setting up documentation site: Use existing Monero documentation through PR's (0h) #450
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy to GitHub Pages | |
on: | |
issues: | |
types: | |
- labeled | |
- unlabeled | |
- deleted | |
- closed | |
- reopened | |
push: | |
branches: ["master"] | |
workflow_dispatch: | |
concurrency: | |
group: taskstack | |
cancel-in-progress: true | |
jobs: | |
deploy: | |
uses: "DiosDelRayo/DiosDelRayo.github.io/.github/workflows/github_pages.yml@master" | |
with: | |
settings: "publishconf.py" | |
requirements: "pelican[markdown] pymdown-extensions git+https://github.com/DiosDelRayo/pelican-taskstack" | |
secrets: | |
ghtoken: ${{ secrets.GITHUB_TOKEN }} | |
permissions: | |
issues: read | |
contents: "read" | |
pages: "write" | |
id-token: "write" | |