Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Aug 5, 2024
1 parent a53a96b commit 92ded11
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/run_later.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 92ded11

Please sign in to comment.