We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95d143 commit d075516Copy full SHA for d075516
.github/workflows/deploy-vue-dashboard.yml
@@ -43,9 +43,11 @@ jobs:
43
GITHUB_REPOSITORY: ${{ github.repository }}
44
45
# NOTE: GitHub Pages must be manually enabled first!
46
- # Go to: Settings → Pages → Source: "GitHub Actions"
+ # Go to: https://github.com/simpledotorg/hearts360-frontend-experiment/settings/pages
47
+ # Under "Source", select "GitHub Actions" and click Save
48
- name: Setup Pages
49
uses: actions/configure-pages@v4
50
+ continue-on-error: false
51
52
- name: Upload artifact
53
uses: actions/upload-pages-artifact@v3
0 commit comments