We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37a8cc commit 667e4ddCopy full SHA for 667e4dd
.github/workflows/deploy-eleventy-site.yml
@@ -40,5 +40,6 @@ jobs:
40
- name: Deploy to GitHub Pages
41
uses: peaceiris/actions-gh-pages@v4
42
with:
43
+ path: .
44
github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./brisbanesocialchess.github.io/_site/
45
+ publish_dir: ./_site/
0 commit comments