release: desktop shimmer 2.1.13 #8036 from iotaledger/release/desktop… #1412
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: Handbook | |
on: | |
push: | |
branches: | |
- 'develop' | |
jobs: | |
publish: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: retypeapp/action-build@v3 | |
with: | |
config: docs | |
- uses: retypeapp/action-github-pages@latest | |
with: | |
branch: retype | |
update-branch: true |