Skip to content

Commit 401c836

Browse files
committed
Merge branch 'main' into site-v1
2 parents aeb7c04 + 496f007 commit 401c836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build with Jekyll
3535
uses: actions/jekyll-build-pages@v1
3636
with:
37-
source: ./
37+
source: ./posts
3838
destination: ./_site
3939
- name: Upload artifact
4040
uses: actions/upload-pages-artifact@v3
@@ -43,7 +43,7 @@ jobs:
4343
deploy:
4444
environment:
4545
name: github-pages
46-
url: ${{ steps.deployment.outputs.page_url }}
46+
url: ${{ steps.deployment.outputs.page_url }}/${GITHUB_REF}
4747
runs-on: ubuntu-latest
4848
needs: build
4949
steps:

0 commit comments

Comments
 (0)