Skip to content

Commit 18fbbb6

Browse files
committed
updated action
1 parent 3f357ea commit 18fbbb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js (if needed)
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '18'
18+
node-version: '20'
1919

2020
- name: Setup pnpm
2121
uses: pnpm/action-setup@v2
@@ -37,6 +37,6 @@ jobs:
3737
with:
3838
branch: main # The branch to deploy to (in the target repo)
3939
folder: build/client # The folder with the built files (e.g., 'public', 'build')
40-
repository-name: roadrules-am/your-organization-name.github.io
40+
repository-name: roadrules-am/roadrules-am.github.io
4141
token: ${{ secrets.GH_PAGES_TOKEN }}
4242
clean: true

0 commit comments

Comments
 (0)