docs: fix image links on x86 install after moving the doc #10
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: Publish BlissOS Docs to GitHub Pages | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
publish: | |
name: Publish to docs branch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: retypeapp/action-build@latest | |
- uses: retypeapp/action-github-pages@latest | |
with: | |
branch: docs | |
update-branch: true |