test action

This commit is contained in:
Iuri Matias 2021-05-12 16:00:43 -04:00
parent ca71d90d6e
commit c02380285a
1 changed files with 3 additions and 3 deletions

View File

@ -9,13 +9,13 @@ jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: status-im/checkout@v2
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: status-im/actions-hugo@v2
with:
hugo-version: 'latest'
# extended: true
@ -24,7 +24,7 @@ jobs:
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: status-im/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public