File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 uses : cloudflare/wrangler-action@v3
2222 with :
2323 packageManager : pnpm
24- apiToken : ${{ secrets.CF_API_TOKEN }}
25- accountId : ${{ secrets.CF_ACCOUNT_ID }}
24+ apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
25+ accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
2626 gitHubToken : ${{ secrets.GITHUB_TOKEN }}
2727 command : pages deploy ./dist --project-name=compio-website
2828 - name : Comment PR
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ const crates = [
1818 'compio-signal' ,
1919 'compio-tls' ,
2020 'see' ,
21+ 'synchrony' ,
22+ 'thin-cell' ,
2123 'winio' ,
2224 'cyper' ,
2325 'cyper-core' ,
@@ -86,6 +88,9 @@ export default function Footer() {
8688 < li >
8789 < Link to = 'https://github.com/compio-rs/compio' > Compio</ Link >
8890 </ li >
91+ < li >
92+ < Link to = 'https://github.com/compio-rs/compio-py' > Compio-py</ Link >
93+ </ li >
8994 < li >
9095 < Link to = 'https://github.com/compio-rs/cyper' > Cyper</ Link >
9196 </ li >
@@ -95,6 +100,12 @@ export default function Footer() {
95100 < li >
96101 < Link to = 'https://github.com/compio-rs/see' > See</ Link >
97102 </ li >
103+ < li >
104+ < Link to = 'https://github.com/compio-rs/synchrony' > Synchrony</ Link >
105+ </ li >
106+ < li >
107+ < Link to = 'https://github.com/compio-rs/thin-cell' > Thin Cell</ Link >
108+ </ li >
98109 </ ul >
99110 </ section >
100111 < section >
You can’t perform that action at this time.
0 commit comments