File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 45
45
user_name : " STAC Browser CI"
46
46
47
47
destination_dir : preview/${{ steps.branch-name.outputs.branch_name }}
48
+ publish_branch : gh-pages-preview
48
49
49
50
- name : Comment PR
50
51
if : github.event_name == 'pull_request'
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ echo " npx serve dist/"
35
35
echo " "
36
36
echo " To deploy to GitHub Pages:"
37
37
echo " 1. Set the SEMANTIC_SEARCH_API_URL secret in your repo settings"
38
- echo " 2. Push this branch to GitHub"
39
- echo " 3. The GitHub Action will deploy to:"
38
+ echo " 2. Configure GitHub Pages to use 'gh-pages-preview' branch"
39
+ echo " 3. Push this branch to GitHub"
40
+ echo " 4. The GitHub Action will deploy to:"
40
41
echo " https://YOUR_USERNAME.github.io/YOUR_REPO/preview/$BRANCH_NAME /"
You can’t perform that action at this time.
0 commit comments