We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691a546 commit 410c194Copy full SHA for 410c194
.github/workflows/node.js.yml
@@ -27,6 +27,8 @@ jobs:
27
28
- name: Build my App
29
run: npm run build && touch ./out/.nojekyll
30
+ env:
31
+ BASE_URL: ${{ secrets.BASE_URL }}
32
33
- name: Deploy 🚀
34
uses: JamesIves/github-pages-deploy-action@v4.6.0
0 commit comments