This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Translate send-transaction-gui to Chinese. (#114) #609
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: | |
push: | |
branches: | |
- main | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: jeffreytse/jekyll-deploy-action@v0.5.0 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
cname: 'pactus.org' | |
# https://pngquant.org/install.html | |
# for compression of PNG images. | |
pre_build_commands: pacman -S --noconfirm pngquant |