There was an error while loading. Please reload this page.
1 parent b747091 commit e789c14Copy full SHA for e789c14
1 file changed
.github/workflows/deploy.yml
@@ -45,6 +45,9 @@ jobs:
45
- name: Build documentation
46
run: zensical build
47
48
+ - name: Install Wrangler
49
+ run: npm install -g @cloudflare/wrangler
50
+
51
- name: Deploy to Cloudflare
52
uses: cloudflare/wrangler-action@v3
53
with:
0 commit comments