diff --git a/.github/workflows/run_later.yml b/.github/workflows/run_later.yml index 7627919..1a96e31 100644 --- a/.github/workflows/run_later.yml +++ b/.github/workflows/run_later.yml @@ -21,4 +21,12 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} run-id: ${{ github.event.workflow_run.id }} - name: Cat artifact - run: ls -R .vercel + run: ls -R . + # - name: install node + # uses: actions/setup-node@v2 + # with: + # node-version: "18" + # - name: install vercel cli + # run: npm install -g vercel + # - name: deploy site + # run: vercel deploy --prebuilt