Skip to content

Commit 6d7425c

Browse files
committed
TEST: ワークフロー修正
1 parent 99b1f80 commit 6d7425c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- name: Checkout main
1616
uses: actions/checkout@v4
17-
- name: Build only
17+
- name: install zola
1818
uses: shalzz/[email protected]
1919
env:
20-
BUILD_DIR: public
20+
BUILD_DIR: .
2121
BUILD_ONLY: true
2222
- name: Upload artifact
2323
uses: actions/upload-pages-artifact@v2

0 commit comments

Comments
 (0)