moved files
This commit is contained in:
@@ -23,6 +23,6 @@ jobs:
|
||||
run: wrangler auth login --api-token ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
|
||||
- name: Deploy to Pages
|
||||
run: wrangler pages deploy dist --project-name test --branch master
|
||||
run: wrangler pages deploy site --project-name test --branch master
|
||||
# Replace 'dist' with your build output directory (e.g., 'build' for React).
|
||||
# If building is needed, add a step like: run: npm run build
|
||||
@@ -25,4 +25,4 @@ theme:
|
||||
- search.highlight
|
||||
- navigation.sections
|
||||
|
||||
# At the end we will add the site title when the script runs
|
||||
site_title: Example Site
|
||||
Reference in New Issue
Block a user