Skip to content

Commit b8b9fcc

Browse files
committed
Still need to change directories after checkout
1 parent 4583624 commit b8b9fcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-bundle-preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
- name: Deploy to GitHub Pages
9595
if: success()
9696
run: |
97+
# Change directories to the cloned gh-pages branch path
98+
cd pages
99+
97100
# If there was previously a build for the preview, then remove it
98101
# so we get a clean build. This is needed in case a follow up
99102
# build of the same pull request contains content deletions.

0 commit comments

Comments
 (0)