Skip to content

Commit 077eb86

Browse files
author
Benjamin Davison
committed
Fix YAML indentation error
1 parent 20e9504 commit 077eb86

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
with:
2020
node-version: 20
2121

22-
# detailed logging to help debug if needed
2322
- name: Install and Build
2423
run: |
2524
cd client
@@ -29,7 +28,5 @@ jobs:
2928
- name: Deploy to gh-pages branch
3029
uses: JamesIves/github-pages-deploy-action@v4
3130
with:
32-
folder: client/dist # This pushes ONLY the built website, not the source code
33-
branch: gh-pages
34-
35-
31+
folder: client/dist
32+
branch: gh-pages

0 commit comments

Comments
 (0)