Skip to content

Commit

Permalink
Add site publish again
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Feb 8, 2024
1 parent a6f8160 commit e47b5f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
npm run build
npx astro build
# - name: Publish Site
# uses: cloudflare/[email protected]
# with:
# accountId: ${{ secrets.CF_ACCOUNT_ID }}
# apiToken: ${{ secrets.CF_API_TOKEN }}
# command: pages deploy --project-name=gmodwiki ./dist
- name: Publish Site
uses: cloudflare/[email protected]
with:
accountId: ${{ secrets.CF_ACCOUNT_ID }}
apiToken: ${{ secrets.CF_API_TOKEN }}
command: pages deploy --project-name=gmodwiki ./dist

- name: Build starter image
run: |
Expand Down

0 comments on commit e47b5f6

Please sign in to comment.