We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b2868 commit 8d5a19eCopy full SHA for 8d5a19e
2 files changed
.github/workflows/beta_deploy.yml
@@ -18,8 +18,12 @@ jobs:
18
build-deploy:
19
runs-on: ubuntu-latest
20
steps:
21
+ - uses: actions/[email protected]
22
+ node-version: 22.22.x
23
- name: Checkout your repository using git
24
uses: actions/checkout@v4
25
+ - name: Install dependencies
26
+ run: npm run install
27
- name: Build website
28
run: npm run build
29
- name: Deploy to Cloudflare Workers
.github/workflows/deploy.yml
0 commit comments