Skip to content

Commit

Permalink
chore: fix doc deployment (DSP-1492) (#57)
Browse files Browse the repository at this point in the history
* chore: fix docs deployment

* fix: remove wrong requirements reference

* chore: add temporary test-docs workflow

* chore: add separate requirements for docs

* chore: remove docs test
  • Loading branch information
BalduinLandolt committed Apr 12, 2021
1 parent 51150ce commit a55849e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/release.yml
Expand Up @@ -42,20 +42,12 @@ jobs:
steps:
# check out repo
- uses: actions/checkout@v2
with:
fetch-depth: 1
# install python
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
# install pythonn dependencies
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
# release latest docs
- run: make publish-docs
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
REQUIREMENTS: docs/requirements.txt

notification:
name: Google chat notification about release and published version
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
@@ -0,0 +1,3 @@

mkdocs
mkdocs-material

0 comments on commit a55849e

Please sign in to comment.