Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewww authored Sep 27, 2024
1 parent a167466 commit ec1900c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Install dependencies

- name: Create symlink for README.md
run: |
ln -s ../README.md docs/index.md
- name: Install mkdocs dependencies
run: |
pip install mkdocs mkdocs-material mkdocs-awesome-pages-plugin
Expand Down

0 comments on commit ec1900c

Please sign in to comment.