toolkit for mdBook [mirror of my GitHub repo] docs.tonywu.dev/mdbookkit/
permalinks rust-analyzer mdbook
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update workflows

Tony Wu b691fc2f e73ec298

+2
+2
.github/workflows/docs.yml
··· 94 94 name: wrangler versions upload 95 95 with: 96 96 command: versions upload --cwd docs 97 + accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} 97 98 apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} 98 99 if: ${{ github.event_name == 'workflow_dispatch' }} 99 100 ··· 101 102 name: wrangler deploy 102 103 with: 103 104 command: deploy --cwd docs 105 + accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} 104 106 apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} 105 107 if: ${{ github.event_name == 'release' }}