You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> There are three steps: i.) create a new repo form the template; ii.) modify you repo settings so that GitHub pages are built from Actions. iii.) Commit changes and trigger the GitHub Action and deployment. We recommend reading all instructions first.
47
+
46
48
Let's assume you wanted to create a new discrete-event simulation model of cancer services.
47
49
48
50
1. The first step is to copy the template. Click on the green "use this template" button in the top right and select "create a new repository"
49
51
2. You will be prompted to enter a name of the repository - e.g. `cancer_model` - and a short description
50
52
3. Click on "Create Repository"
51
53
52
-

54
+

53
55
56
+
The JuypterLite interactive website is built from GitHub actions. **In the newly created repo for your model** do the following
54
57
58
+
4. Navigate to "Settings->Pages"
59
+
5. Under "Build and Deployment" set the "Source" to "GitHub actions".
55
60
61
+

56
62
63
+
By default the build is trigged on any commit to the `main` branch. Push a small commit and it will trigger the build. This will take a few minutes. Your site will be published under https://{USERNAME}.github.io/{DEMO_REPO_NAME}
57
64
58
-
## 📦 How to install extra packages for your DES model.
65
+
## 5. How to install extra packages supporting your DES model. 📦
59
66
60
67
The repo contains two environment files. To install more dependencies for your DES model and analysis you need to edit the ``environment.yml`` file.
0 commit comments