Skip to content

Commit

Permalink
bump gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi committed Oct 23, 2024
1 parent d076571 commit 75a5c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: |
mkdir -p build && chmod -R 0777 build
Expand All @@ -22,7 +22,7 @@ jobs:
mv build/slide-deck.html build/index.html
- name: Deploy
if: github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@v4.4.0
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build
Expand Down

0 comments on commit 75a5c04

Please sign in to comment.