We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead7fdb commit 380d41fCopy full SHA for 380d41f
.github/workflows/deploy.yml
@@ -26,8 +26,6 @@ jobs:
26
run: npm install -g mystmd
27
- name: Build site
28
run: myst build --html
29
- env:
30
- BASE_URL: /pscw_landing_2026
31
- name: Upload artifact
32
uses: actions/upload-pages-artifact@v3
33
with:
myst.yml
@@ -16,7 +16,7 @@ project:
16
- file: pages/acknowledgements.md
17
site:
18
template: book-theme
19
- url: http://planetaryworkshop.org/
+ url: planetaryworkshop.org/
20
nav:
21
- title: Home
22
url: /
0 commit comments