Taskbar icon giving easy access to log-dump/console would be very helpful for troubleshooting issues users are having (dump logs for monerosupport, run sync_info to list bad nodes, etc.) #398
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" | |