Skip to content

Commit

Permalink
remove subversion
Browse files Browse the repository at this point in the history
  • Loading branch information
wasdee committed Apr 23, 2023
1 parent 9d9b961 commit 2fe371d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3

- name: Set up Python 3.8
uses: actions/setup-python@v4.6.0
uses: actions/setup-python@v4
with:
python-version: 3.8

Expand All @@ -29,7 +29,7 @@ jobs:
- name: Set up cache
id: cache
uses: actions/cache@v3.3.1
uses: actions/cache@v3
with:
path: ./site
key: site-${{ hashFiles('docs/*') }}-${{ hashFiles('mkdocs.yml') }}-${{ hashFiles('**/poetry.lock') }}
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Deploy Docs
if: steps.cache.outputs.cache-hit != 'true'
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3

- name: Get tag
id: tag
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/}

- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down

0 comments on commit 2fe371d

Please sign in to comment.