Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 710 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 710 Bytes

hub-compass-maps

Web components for Hub Radar chatbot, built with ArcGIS Maps SDK for Javascript

Publish to Github Pages

When you are ready to create a Github Page (Github action already present) you need to enable the Page and action permissions. After this all pushes to main will rebuild the page.

  1. push to github git push origin main
  2. in Github Repo UI, under **Settings > Actions > General_ in Workflow Permissions change to Read and Write Permissions
  3. in Github Repo UI, under Settings > Pages in Build and Deployment > Branch choose gh-pages and Save
  4. Re-run the job.

The first push will fail because the gh-pages branch does not exist until after you push.