Skip to content

Commit d2e8bcc

Browse files
committed
Add screenshot of Pages deployment settings
1 parent d852977 commit d2e8bcc

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Shinylive apps require around 60 MB or more data due to their dependency on the
1010

1111
You can inspect the current list of package dependencies for a basic Shiny app using the following R code:
1212

13-
1413
```r
1514
pkg_db <- tools::CRAN_package_db()
1615
shiny_pkg_dependencies <- tools::package_dependencies(
@@ -114,6 +113,15 @@ jobs:
114113
uses: actions/deploy-pages@v2
115114
```
116115
116+
Deployment with this approach requires it to be enabled by:
117+
118+
- Clicking on the repository's **Settings** page
119+
- Selecting **Pages** on the left sidebar.
120+
- Picking the **GitHub Actions** option in the **Source** drop-down under the Build and Deployment section.
121+
- Ensuring that **Enforced HTTPS** is checked.
122+
123+
[![Example annotation of the repository's Settings page for GitHub Actions deployment][1]][1]
124+
117125
118126
## Working Example
119127
@@ -124,10 +132,11 @@ For a comprehensive example demonstrating deployment, documentation, and a funct
124132
125133
Some quick screenshots that describe whats up:
126134
127-
[![Example of the working shinylive app][1]][1]
135+
[![Example of the working shinylive app][2]][2]
128136
129-
[![Summary of the deployment of the shinylive app][2]][2]
137+
[![Summary of the deployment of the shinylive app][3]][3]
130138
131139
132-
[1]: https://i.stack.imgur.com/DQ3Z1.jpg
133-
[2]: https://i.stack.imgur.com/Gzzy8.jpg
140+
[1]: https://i.stack.imgur.com/kF2pf.jpg
141+
[2]: https://i.stack.imgur.com/DQ3Z1.jpg
142+
[3]: https://i.stack.imgur.com/Gzzy8.jpg

0 commit comments

Comments
 (0)