Skip to content

Commit

Permalink
trying to fix gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfmkiesel committed Jun 20, 2024
1 parent 7d99177 commit 88aadcf
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: pip
Expand All @@ -32,14 +32,11 @@ jobs:
- name: Build
run: python ./build.py

- name: Setup GitHub Pages
uses: actions/[email protected]

- name: Upload files to GitHub Pages
uses: actions/upload-pages-artifact@v1.0.7
uses: actions/upload-pages-artifact@v3.0.1
with:
path: 'output'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1.2.4
uses: actions/deploy-pages@v4

0 comments on commit 88aadcf

Please sign in to comment.