Skip to content

Commit c7fd1fa

Browse files
committed
init: gh action for cf pages
1 parent 53a3ed2 commit c7fd1fa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy-cf.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ jobs:
88
contents: read
99
deployments: write
1010
steps:
11+
- uses: actions/checkout@v6
12+
- run: cd jportal
1113
- name: Setup Node
1214
uses: actions/setup-node@v6
1315
with:
1416
node-version: 24
1517
cache: npm
1618
cache-dependency-path: jportal/package-lock.json
17-
- uses: actions/checkout@v6
18-
- run: cd jportal
19+
1920
- run: npm install
2021
- run: npm run build
2122
- name: Deploy

0 commit comments

Comments
 (0)