Skip to content

Commit

Permalink
TECH: deleted target 17
Browse files Browse the repository at this point in the history
  • Loading branch information
AzamatCherchesov committed Feb 21, 2024
1 parent 4fdd1a8 commit 96f5c85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 17
- run: pip install mkdocs-material
- run: pip install mkdocs-static-i18n==0.56
- run: mkdocs gh-deploy --force

0 comments on commit 96f5c85

Please sign in to comment.