Skip to content

Commit

Permalink
ci: fix publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Sep 3, 2023
1 parent 9136a1d commit dcecc25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
deployments: write
name: Publish scripts to Cloudflare Pages
steps:
- name: Check out
uses: actions/checkout@v3

- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
Expand Down

0 comments on commit dcecc25

Please sign in to comment.