We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d196d7 commit fddccdeCopy full SHA for fddccde
1 file changed
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
3
on:
4
push:
5
branches:
6
- - "master" # change to the branch you wish to deploy from
+ - "master"
7
8
permissions:
9
contents: read
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node.js
21
uses: actions/setup-node@v3
22
with:
23
- node-version: '20.15.0' # change to the version you wish to use
+ node-version: '20.15.0'
24
25
- run: npm ci
26
@@ -34,5 +34,5 @@ jobs:
34
- id: build-publish
35
uses: bitovi/github-actions-react-to-github-pages@v1.2.4
36
37
- path: dist # change to your build folder (dist for Vite)
+ path: dist
38
0 commit comments