Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/loresoft/KickStart
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Jun 6, 2024
2 parents 8d30339 + 2f6590e commit 38222d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.x

Expand All @@ -34,7 +34,7 @@ jobs:

- name: Upload Documentation
if: success()
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: "site/"
Expand All @@ -51,7 +51,7 @@ jobs:
steps:
- name: Deploy Documentation
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

environment:
name: github-pages
Expand Down

0 comments on commit 38222d2

Please sign in to comment.