cleanup
This commit is contained in:
parent
62f99b8a6f
commit
69533b9f63
|
@ -18,9 +18,9 @@ jobs:
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
- run: |
|
- run: |
|
||||||
cd "${GITHUB_WORKSPACE}"
|
cd "${GITHUB_WORKSPACE}"
|
||||||
hugo
|
hugo --minify
|
||||||
- run: |
|
- run: |
|
||||||
cd dist
|
cd "${GITHUB_WORKSPACE}/public/"
|
||||||
git init
|
git init
|
||||||
git config user.email "ci_action@example.com"
|
git config user.email "ci_action@example.com"
|
||||||
git config user.name "CI"
|
git config user.name "CI"
|
||||||
|
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
public/
|
||||||
|
resources/
|
Loading…
Reference in a new issue