Skip to content

Commit

Permalink
chores: change CI ver4
Browse files Browse the repository at this point in the history
  • Loading branch information
V1CeVersaa committed Jul 17, 2024
1 parent b8b9961 commit 9eaa0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: pip install mkdocs-material mkdocs-macros-plugin pymdown-extensions mkdocs-material-extensions mkdocs-statistics-plugin neoteroi-mkdocs
# run: pip install -r requirements.txt
- name: Build site (_site directory name is used for Jekyll compatiblity)
run: mkdocs build --config-file ./mkdocs.yml --strict --site-dir ./_site
run: mkdocs build --config-file ./mkdocs.yml --site-dir ./_site
env:
CI: true
- name: Upload artifact
Expand Down

0 comments on commit 9eaa0e5

Please sign in to comment.