We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e160c7e commit 27dfbd9Copy full SHA for 27dfbd9
.github/workflows/push.yml
@@ -18,8 +18,8 @@ jobs:
18
19
- name: create blog
20
run: |
21
- cp -R ../* .tmp/content
22
- cp .tmp/content/README.md .tmp/content/_index.md
+ cp -R ../* content/
+ cp content/README.md content/_index.md
23
24
- name: Setup Hugo
25
uses: peaceiris/actions-hugo@v2
.gitignore
@@ -3,6 +3,4 @@
3
*.pyc
4
*.pyo
5
.vscode
6
-_book
7
-.tmp/content/*
8
-.tmp/content/public
+_book
.tmp/content/.githold
0 commit comments