Skip to content

Commit

Permalink
updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xadhatter committed Feb 16, 2024
1 parent 244a6ab commit 3564097
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pipenv
Expand All @@ -59,12 +59,12 @@ jobs:
run: pip install pipenv && make docs

- name: Upload docs
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: site/

- name: Publish docs
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

publish-component:
name: Publish component
Expand Down

0 comments on commit 3564097

Please sign in to comment.