Skip to content

Commit

Permalink
Merge branch 'master' into docs/pt_advanced-events
Browse files Browse the repository at this point in the history
  • Loading branch information
oandersonmagalhaes committed Apr 26, 2023
2 parents 5a8102d + 8ac8d70 commit 26e928c
Show file tree
Hide file tree
Showing 33 changed files with 864 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-docs.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
rm -rf ./site
mkdir ./site
- name: Download Artifact Docs
uses: dawidd6/action-download-artifact@v2.26.0
uses: dawidd6/action-download-artifact@v2.27.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: build-docs.yml
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -18,7 +18,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.7"
cache: "pip"
# Issue ref: https://github.com/actions/setup-python/issues/436
# cache: "pip"
cache-dependency-path: pyproject.toml
- uses: actions/cache@v3
id: cache
Expand All @@ -31,7 +32,7 @@ jobs:
- name: Build distribution
run: python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.6.4
uses: pypa/gh-action-pypi-publish@v1.8.5
with:
password: ${{ secrets.PYPI_API_TOKEN }}
- name: Dump GitHub context
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smokeshow.yml
Expand Up @@ -20,7 +20,7 @@ jobs:

- run: pip install smokeshow

- uses: dawidd6/action-download-artifact@v2.26.0
- uses: dawidd6/action-download-artifact@v2.27.0
with:
workflow: test.yml
commit: ${{ github.event.workflow_run.head_sha }}
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -21,7 +21,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
# Issue ref: https://github.com/actions/setup-python/issues/436
# cache: "pip"
cache-dependency-path: pyproject.toml
- uses: actions/cache@v3
id: cache
Expand Down Expand Up @@ -54,7 +55,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.8'
cache: "pip"
# Issue ref: https://github.com/actions/setup-python/issues/436
# cache: "pip"
cache-dependency-path: pyproject.toml

- name: Get coverage files
Expand Down
3 changes: 3 additions & 0 deletions docs/az/mkdocs.yml
Expand Up @@ -40,6 +40,7 @@ nav:
- Languages:
- en: /
- az: /az/
- cs: /cs/
- de: /de/
- em: /em/
- es: /es/
Expand Down Expand Up @@ -104,6 +105,8 @@ extra:
name: en - English
- link: /az/
name: az
- link: /cs/
name: cs
- link: /de/
name: de
- link: /em/
Expand Down

0 comments on commit 26e928c

Please sign in to comment.