Updated deployment script, correct build command
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 1s
All checks were successful
Deploy Blog to Folder / deploy (push) Successful in 1s
This commit is contained in:
@ -28,8 +28,8 @@ jobs:
|
||||
- name: Build site
|
||||
if: env.should_deploy == 'true'
|
||||
run: |
|
||||
cd ./src
|
||||
npx @11ty/eleventy
|
||||
npm run build
|
||||
echo "Site built successfully."
|
||||
|
||||
- name: Deploy folder
|
||||
if: env.should_deploy == 'true'
|
||||
|
||||
Reference in New Issue
Block a user