Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Use cf-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg committed Feb 10, 2024
1 parent 0cf04d5 commit 68a38e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-cf-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Restore built website
uses: actions/cache@v4
with:
path: demo/dist
path: dist
key: >
website
${{ github.run_id }}
Expand All @@ -39,7 +39,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: illusionist-danielfrg-com
directory: demo/dist
directory: dist

- name: Comment deploy url
uses: mshick/add-pr-comment@v2
Expand Down

0 comments on commit 68a38e3

Please sign in to comment.