Skip to content

Commit

Permalink
README.md about enabling Pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahimEssaid committed Jan 27, 2023
1 parent a08265f commit 893ec90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ The IG can be built locally with the `build.sh` script as described above.
The GitHub Actions based build works as follows:
* After you fork the repository make sure you enable GitHub Actions in your fork and adjust permissions.
* Under repository (not user) Settings > Actions > General
* Set `Allow all actions and reusable workflows`, or do more fine-grained control if you're familiar with those settings.
* Set `Read and write permissions` under the `Workflow permissions` section at the bottom of the page.
* Set `Allow all actions and reusable workflows`, or do more fine-grained control if you're familiar with those settings.
* Set `Read and write permissions` under the `Workflow permissions` section at the bottom of the page.
* Under repository (not user) Settings > Pages
* Set `Branch` to `gh-pages`, keep `/root`, and save.
* A push to a branch named `main, master, dev, or development`, or a pull request for any other branch, will trigger a build of the latest commit from that branch.
* The built IG is published through GitHub Pages by committing the content of the IG `output` folder to a path in the `gh-pages` branch.
* You can see the links to the built sites at [this page](https://github.com/phenopackets/core-ig/blob/gh-pages/IG_BUILDS.md) or a similar page in your own repository if you enable GitHub Actions builds in your own fork.
Expand Down

0 comments on commit 893ec90

Please sign in to comment.