This is my personal website
at main 24 lines 602 B view raw
1# Do not edit this file directly. It is generated by Fluent Github Actions 2 3name: ci 4on: 5 push: 6 branches: 7 - main 8jobs: 9 deploy: 10 runs-on: ubuntu-latest 11 steps: 12 - uses: actions/checkout@v2 13 - name: Setup Fluent CI 14 uses: fluentci-io/setup-fluentci@v5 15 with: 16 wasm: true 17 plugin: deno 18 args: | 19 task build 20 deploy main.ts --project=$DENO_PROJECT 21 env: 22 DENO_PROJECT: ${{ secrets.DENO_PROJECT }} 23 DENO_DEPLOY_TOKEN: ${{ secrets.DENO_DEPLOY_TOKEN }} 24 GA_TRACKING_ID: G-2LP61SRX58