Skip to content

Commit 667e4dd

Browse files
committed
Add and set path as .
1 parent c37a8cc commit 667e4dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-eleventy-site.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ jobs:
4040
- name: Deploy to GitHub Pages
4141
uses: peaceiris/actions-gh-pages@v4
4242
with:
43+
path: .
4344
github_token: ${{ secrets.GITHUB_TOKEN }}
44-
publish_dir: ./brisbanesocialchess.github.io/_site/
45+
publish_dir: ./_site/

0 commit comments

Comments
 (0)