Skip to content

Commit d075516

Browse files
committed
Fix build
1 parent e95d143 commit d075516

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-vue-dashboard.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
GITHUB_REPOSITORY: ${{ github.repository }}
4444

4545
# NOTE: GitHub Pages must be manually enabled first!
46-
# Go to: Settings → Pages → Source: "GitHub Actions"
46+
# Go to: https://github.com/simpledotorg/hearts360-frontend-experiment/settings/pages
47+
# Under "Source", select "GitHub Actions" and click Save
4748
- name: Setup Pages
4849
uses: actions/configure-pages@v4
50+
continue-on-error: false
4951

5052
- name: Upload artifact
5153
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)