Skip to content

Commit 61cccbc

Browse files
committed
Fix error on deploying pages.
1 parent 16bac35 commit 61cccbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- uses: peaceiris/actions-gh-pages@v3
8888
with:
8989
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
90-
publish_dir: ./test/runtimes/browsers/pages
90+
publish_dir: ../hpke-js/test/runtimes/browsers/pages
9191

9292
playwright-test:
9393
needs: pages

0 commit comments

Comments
 (0)