Skip to content

Commit

Permalink
directory change
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalverson committed Apr 16, 2024
1 parent caa6baf commit 7aea2d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Build
run: npm run ci
- name: Publish
uses: cloudflare/pages-action@1
uses: cloudflare/pages-action@v1.5.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: 'benhalverson' # e.g. 'my-project'
projectName: benhalverson
# directory: YOUR_DIRECTORY_OF_STATIC_ASSETS # e.g. 'dist'
directory: ~/benhalverson/dist/cloudflare
directory: dist/cloudflare
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: 'main'

0 comments on commit 7aea2d2

Please sign in to comment.