diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d79c25e..204d761 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,8 +18,8 @@ jobs: - name: create blog run: | - cp -R ../* .tmp/content - cp .tmp/content/README.md .tmp/content/_index.md + cp -R ../* content/ + cp content/README.md content/_index.md - name: Setup Hugo uses: peaceiris/actions-hugo@v2 diff --git a/.gitignore b/.gitignore index 2524adf..4d75f94 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,4 @@ *.pyc *.pyo .vscode -_book -.tmp/content/* -.tmp/content/public \ No newline at end of file +_book \ No newline at end of file diff --git a/.tmp/content/.githold b/.tmp/content/.githold new file mode 100644 index 0000000..e69de29