Skip to content

Commit 7ca6496

Browse files
committed
ci: scope landing page deploy to /landing subfolder
Prevents conflict with deploy-web.yml which now owns gh-pages root. Landing assets accessible at /landing/ on the same domain.
1 parent 57ddd7b commit 7ca6496

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020

21-
- name: Deploy to GitHub Pages
21+
- name: Deploy Landing to gh-pages /landing
2222
uses: peaceiris/actions-gh-pages@v4
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
2525
publish_dir: ./landing
26+
publish_branch: gh-pages
27+
destination_dir: landing
28+
keep_files: true

0 commit comments

Comments
 (0)