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
12af0133 3b95b95f

+5 -4
+5 -4
.github/workflows/deploy.yml
··· 11 11 steps: 12 12 - uses: actions/checkout@v2 13 13 - name: Setup Fluent CI 14 - uses: fluentci-io/setup-fluentci@v4 15 - - name: Run Dagger Pipelines 16 - run: | 17 - fluentci run deno_pipeline deploy 14 + uses: fluentci-io/setup-fluentci@v5 15 + with: 16 + wasm: true 17 + plugin: deno 18 + args: deploy main.tsx 18 19 env: 19 20 DENO_PROJECT: ${{ secrets.DENO_PROJECT }} 20 21 DENO_DEPLOY_TOKEN: ${{ secrets.DENO_DEPLOY_TOKEN }}