enhancement: improve padding on wallet tab when app is minimum size (… #1325
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 |