Skip to content

Commit

Permalink
Merge pull request #159 from mabel-dev/beta
Browse files Browse the repository at this point in the history
[RELEASE]
  • Loading branch information
joocer authored Jun 3, 2022
2 parents 83939dc + 07d18f5 commit 82db784
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/documents.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Documentation
on:
push:
branches:
- master
- main
release:
types: [ published ]
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -12,5 +10,5 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material==8.2.9 MarkupSafe==2.1.1 PyYAML==6.0 click==8.1.2 ghp-import==2.0.2 importlib-metadata==4.11.3 jinja2==3.1.1 markdown==3.3.6 mergedeep==1.3.4 mkdocs==1.3.0 mkdocs-material-extensions==1.0.3 packaging==21.3 pygments==2.11.2 pymdown-extensions==9.3 pyparsing==3.0.8 python-dateutil==2.8.2 pyyaml-env-tag==0.1 six==1.16.0 watchdog==2.1.7 zipp==3.8.0
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: release

on:
push:
branches: [ main, beta ]
branches: [ main ]
release:
types: [ published ]

jobs:

Expand Down

0 comments on commit 82db784

Please sign in to comment.