Skip to content

Commit

Permalink
Upload used actions
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Dec 11, 2024
1 parent 43fa4d1 commit 79b79ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⬇ Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🐍 Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand All @@ -39,7 +39,7 @@ jobs:
I18N_DE: "/de/"

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

Expand All @@ -56,4 +56,4 @@ jobs:
steps:
- name: 🚀 Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 79b79ba

Please sign in to comment.