Skip to content

Merge pull request #33 from rubixchain/ashi/testnet-steps #131

Merge pull request #33 from rubixchain/ashi/testnet-steps

Merge pull request #33 from rubixchain/ashi/testnet-steps #131

Workflow file for this run

name: github-pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: setup hugo
uses: peaceiris/actions-hugo@2e89aa66d0093e4cd14751b3028fc1a179452c2e # v2.4.13
with:
hugo-version: '0.78.0'
extended: true
- name: build
run: hugo --minify
- name: deploy
uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501 # v3.7.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public