Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
szarkans committed Aug 12, 2024
1 parent ffce813 commit 7279f07
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ jobs:
- name: Install mkdocs
run: pip install mkdocs mkdocs-material mkdocs-open-in-new-tab mkdocs-minify-plugin

- name: Build docs
run: mkdocs build
- name: Build en docs
run: mkdocs build -f config/en/mkdocs.yml

- name: Build ru docs
run: mkdocs build -f config/ru/mkdocs.yml

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 7279f07

Please sign in to comment.