Skip to content

Commit 065587d

Browse files
committed
Fix path
1 parent a40bcbd commit 065587d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/jekyll-build-pages@v1
3535
with:
3636
source: ./docs
37-
destination: .docs/_site
37+
destination: ./docs/_site
3838
- name: Upload artifact
3939
uses: actions/upload-pages-artifact@v3
4040

0 commit comments

Comments
 (0)