We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ca234 commit 08460e1Copy full SHA for 08460e1
.github/workflows/deploy.yml
@@ -14,11 +14,15 @@ jobs:
14
with:
15
cache: 'yarn'
16
node-version: '24'
17
+ - name: Build
18
+ run: |
19
+ yarn install
20
+ yarn build
21
- name: Deploy
22
uses: cloudflare/wrangler-action@v3
23
24
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
25
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
- command: pages deploy YOUR_DIST_FOLDER --project-name=example
26
+ command: pages deploy public --project-name=rescript-lang.org
27
# Optional: Enable this if you want to have GitHub Deployments triggered
28
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments