Skip to content

Commit ab76318

Browse files
committed
deploy fix
1 parent d075516 commit ab76318

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ jobs:
4242
NODE_ENV: production
4343
GITHUB_REPOSITORY: ${{ github.repository }}
4444

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
4845
- name: Setup Pages
4946
uses: actions/configure-pages@v4
47+
with:
48+
enablement: true
5049
continue-on-error: false
5150

5251
- name: Upload artifact

0 commit comments

Comments
 (0)