Skip to content

Commit 0ddfe78

Browse files
Merge pull request #30 from webdevnerdstuff/dev
workflow test
2 parents 7925e08 + eed11f3 commit 0ddfe78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
name: build
3737
if-no-files-found: error
38-
path: ./docs
38+
path: ./_site
3939

4040
deploy:
4141
runs-on: ubuntu-latest
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/download-artifact@v4
6161
with:
6262
name: build
63-
path: ./docs
63+
path: ./_site
6464

6565
- name: Install dependencies
6666
run: pnpm install

0 commit comments

Comments
 (0)