We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f357ea commit 18fbbb6Copy full SHA for 18fbbb6
.github/workflows/deploy.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Node.js (if needed)
16
uses: actions/setup-node@v4
17
with:
18
- node-version: '18'
+ node-version: '20'
19
20
- name: Setup pnpm
21
uses: pnpm/action-setup@v2
@@ -37,6 +37,6 @@ jobs:
37
38
branch: main # The branch to deploy to (in the target repo)
39
folder: build/client # The folder with the built files (e.g., 'public', 'build')
40
- repository-name: roadrules-am/your-organization-name.github.io
+ repository-name: roadrules-am/roadrules-am.github.io
41
token: ${{ secrets.GH_PAGES_TOKEN }}
42
clean: true
0 commit comments