Skip to content

Commit

Permalink
Add info
Browse files Browse the repository at this point in the history
Add notice to enable github pages on
first deployment
  • Loading branch information
gerteck committed Jun 21, 2024
1 parent 0ef8751 commit 841d084
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/userGuide/deployingTheSite.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,13 @@ jobs:
The sample `deploy.yml` workflow above uses the [default GitHub Token secret](https://docs.github.com/en/actions/reference/authentication-in-a-workflow) that is generated automatically for each GitHub Actions workflow. You may also use a [GitHub Personal Access Token](#generating-a-github-personal-access-token) in place of the default GitHub Token.
</box>

Once you have created the file, commit and push the file to your repo. GitHub Actions should start to build and deploy your MarkBind site. You can verify this by visiting `www.github.com/<org|username>/<repo>/actions`.
Once you have created the file, commit and push the file to your repo.

For the first deployment on GitHub Pages, you will need to manually configure and enable GitHub Pages.
* Navigate to the `Settings > Pages` section on GitHub for your repository.
* Select `Deploy from a branch` in the `Source` dropdown, and set the source branch to the root of the `gh-pages` branch.

GitHub Actions should start to build and deploy your MarkBind site. You can verify this by visiting `www.github.com/<org|username>/<repo>/actions`.

<box type="tip" id="markbind-action-tip">

Expand Down

0 comments on commit 841d084

Please sign in to comment.