Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Oct 23, 2024
1 parent b71ce3b commit 92d645d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- name: Install MD-Models
run: cargo install --path .

- name: Run the generation pipeline
run: sh .github/scripts/generate_types.sh

- name: "Update docs"
shell: "bash"
run: |
Expand All @@ -41,16 +45,15 @@ jobs:
else
echo "Nothing changed!"
fi
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4

- uses: actions/cache@v2
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
key: ${{ github.ref }}

- name: Install dependencies
run: pip install mkdocs-material jupyter nbconvert mkdocs-jupyter
Expand Down

0 comments on commit 92d645d

Please sign in to comment.