Update dump

Also testing removal of the CNAME file!
😁
This commit is contained in:
2022-04-07 15:52:18 +00:00
parent 87f8348d6d
commit 7123b8a409
24 changed files with 133 additions and 92 deletions

View File

@@ -8,17 +8,17 @@ jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
# - uses: actions/checkout@v2
# with:
# submodules: true
# fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
# extended: true
- name: Build
run: hugo --minify
run: hugo -e prod --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'