We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9900ee7 commit 0af3e0aCopy full SHA for 0af3e0a
2 files changed
.github/workflows/jupyterlite.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Checkout repository
17
uses: actions/checkout@v4
18
+ with:
19
+ persist-credentials: false
20
21
- name: Setup Python
22
uses: actions/setup-python@v5
doc/changes/dev/13925.newfeature.rst
@@ -1 +1 @@
1
-Added a JupyterLite GitHub Actions workflow to automatically build a Wasm-compatible interactive documentation site by :user:`natinew77-creator`.
+Added a JupyterLite GitHub Actions workflow to automatically build a Wasm-compatible interactive documentation site by Natneal Belete.
0 commit comments