We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ccd53 commit 10ff6fcCopy full SHA for 10ff6fc
1 file changed
.github/workflows/linuxdocs.yaml
@@ -44,16 +44,13 @@ jobs:
44
cmake --preset docs
45
cmake --build build --target docs
46
"
47
- - name: swith to main branch
48
- run: git checkout main
49
-
50
51
- name: Deploy docs
52
uses: cloudflare/wrangler-action@v3
53
with:
54
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
55
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
56
- command: pages deploy build/docs/html --project-name=webpageprint
+ environment: production
+ command: pages deploy build/docs/html --project-name=webpageprint --branch=main
57
58
- name: deploy package
59
run: |
0 commit comments