Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature gh pages reorg 3243 #493

Merged
merged 2 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/renderbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Render Book
run: |
Rscript -e 'bookdown::render_book("index.Rmd", "bookdown::gitbook", output_dir="docs")'
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: docs
path: docs/
Expand All @@ -41,7 +41,7 @@ jobs:
persist-credentials: false

- name: Download Artifacts 🔻 # The built project is downloaded into the 'site' folder.
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: docs

Expand Down
2 changes: 1 addition & 1 deletion 3.0_technical_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ You must already have an account set up to log into the Sim UI. If you do not ha

### Make, View, and Export Team Clinic Selections for Import to Sim UI

**Tip:** Refer to this one-page [Data Cheatsheet](https://raw.githubusercontent.com/lzim/mtl/gh-pages/images/mtl_how_3.7_data_cheatsheet.png) when using the Data UI and making clinic and flow selections.
**Tip:** Refer to this one-page [Data Cheatsheet](https://raw.githubusercontent.com/lzim/mtl/gh-pages/images/mtl_how_3.7_data_cheatsheet.png) when using the Data UI and making clinic and flow selections.

The general workflow for the Data UI is that teams:

Expand Down
Loading