moved files

This commit is contained in:
kyle-admin
2025-10-27 03:11:16 -07:00
parent 779f36f64b
commit e9113f9a3a
4 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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