Skip to content

Commit

Permalink
docs: fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jul 29, 2024
1 parent 9f0ab73 commit b723fd9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml → .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ concurrency:
cancel-in-progress: false
jobs:
deploy:
defaults:
run:
working-directory: ./docs
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -37,6 +40,7 @@ jobs:
run: npm install -g mystmd
- name: Build HTML Assets
run: myst build --html
working-directory:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/figures.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Notebooks allow images to be added as cell attachments. This is typically achiev

Cell attachments are inserted into the notebook using standard markdown syntax such as:

```{md}
```markdown
![image.png](attachment:7c0e625d-6238-464f-8100-8d008f30848b.png)
```

Expand Down
6 changes: 1 addition & 5 deletions docs/myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ project:
authors: []
github: https://github.com/executablebooks/jupyterlab-myst
references:
python: https://docs.python.org/3.7/
jupyterbook: https://jupyterbook.org/en/stable/
guide: https://mystmd.org/guide/
spec: https://mystmd.org/spec/
abbreviations:
Expand All @@ -26,6 +24,4 @@ site:
nav: []
actions:
- title: Learn More
url: https://mystmd.org/jupyterlab
domains:
- mystmd-jupyterlab.curve.space
url: https://mystmd.org/guide/quickstart-jupyter-lab-myst

0 comments on commit b723fd9

Please sign in to comment.