remove github action

This commit is contained in:
Iuri Matias 2021-05-12 16:14:44 -04:00
parent a27168ff51
commit 08f64387cf
1 changed files with 0 additions and 33 deletions

View File

@ -1,33 +0,0 @@
name: github pages
on:
push:
branches:
- master # Set a branch to deploy
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- 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: status-im/actions-hugo@v2
with:
hugo-version: 'latest'
# extended: true
- name: Build
run: |
cd devuser_guide/
hugo --minify
- name: Deploy
uses: status-im/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public