Skip to content

Commit

Permalink
fix: put all html to a folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 27, 2023
1 parent c7f23ca commit c24cca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# Environment variables available to all jobs and steps in this workflow
env:
APP_LOCATION: "./" # location of your client code
APP_ARTIFACT_LOCATION: "./" # location of client code build output
APP_ARTIFACT_LOCATION: "src" # location of client code build output
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
PROJECT_NAME: eoefans-challenge
Expand Down

0 comments on commit c24cca0

Please sign in to comment.