We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d075516 commit ab76318Copy full SHA for ab76318
.github/workflows/deploy-vue-dashboard.yml
@@ -42,11 +42,10 @@ jobs:
42
NODE_ENV: production
43
GITHUB_REPOSITORY: ${{ github.repository }}
44
45
- # NOTE: GitHub Pages must be manually enabled first!
46
- # 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
+ with:
+ enablement: true
50
continue-on-error: false
51
52
- name: Upload artifact
0 commit comments