This is my personal website
1
fork

Configure Feed

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

Update deploy.yml

authored by

Tsiry Sandratraina and committed by
GitHub
66445f33 12af0133

+1 -1
+1 -1
.github/workflows/deploy.yml
··· 15 15 with: 16 16 wasm: true 17 17 plugin: deno 18 - args: deploy main.tsx 18 + args: deploy main.tsx --project=$DENO_PROJECT 19 19 env: 20 20 DENO_PROJECT: ${{ secrets.DENO_PROJECT }} 21 21 DENO_DEPLOY_TOKEN: ${{ secrets.DENO_DEPLOY_TOKEN }}