test: validate packaged Pages application subpaths

This commit is contained in:
vorotamoroz
2026-07-29 11:13:10 +00:00
parent 72197a5df0
commit 29c26c43b7
4 changed files with 96 additions and 0 deletions
+3
View File
@@ -81,6 +81,9 @@ jobs:
test -s _site/webpeer/index.html
touch _site/.nojekyll
- name: Validate packaged Pages site
run: npm run test:browser-apps:pages
- name: Configure GitHub Pages
uses: actions/configure-pages@v5