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
Please make sure the repository's [GitHub Pages website is available over `HTTPS`](https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https#enforcing-https-for-your-github-pages-site) not `HTTP` (notice the lack of an `s`).
89
+
You can verify this option was selected by:
90
+
91
+
1. Going to the repository's **Settings** page
92
+
2. Selecting **Pages** under **Code and automation**
93
+
3. Checking the **Enforce HTTPS** button.
94
+
95
+
Otherwise, you will receive the error message of:
96
+
97
+
```
98
+
Warning: unable to access index for repository http://gh-username.github.io/repo-name/bin/emscripten/contrib/4.3
99
+
```
100
+
:::
101
+
87
102
## Verify
88
103
89
104
Go to the [webR REPL Editor](https://webr.r-wasm.org/v0.2.2/) (pinned to v0.2.2)
0 commit comments