We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4583624 commit b8b9fccCopy full SHA for b8b9fcc
.github/workflows/deploy-bundle-preview.yml
@@ -94,6 +94,9 @@ jobs:
94
- name: Deploy to GitHub Pages
95
if: success()
96
run: |
97
+ # Change directories to the cloned gh-pages branch path
98
+ cd pages
99
+
100
# If there was previously a build for the preview, then remove it
101
# so we get a clean build. This is needed in case a follow up
102
# build of the same pull request contains content deletions.
0 commit comments