diff --git a/.github/workflows/diary.yml b/.github/workflows/diary.yml index 84e9a18..a85ea3c 100644 --- a/.github/workflows/diary.yml +++ b/.github/workflows/diary.yml @@ -2,6 +2,8 @@ name: build-pack on: push: + branches: + - self schedule: - cron: "21 6 * * *" @@ -21,6 +23,7 @@ jobs: lein run - name: Upload run: | + git checkout self rm -rf docs/index.html docs/static mv dist/index.html docs mv dist/static docs/