Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tiefpunkt committed Apr 1, 2024
1 parent 14ea9eb commit 25dd7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
submodules: recursive
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v3
- name: Build
uses: actions/jekyll-build-pages@v1
uses: actions/jekyll-build-pages@v1
- name: deploy website
shell: bash
env:
Expand Down

0 comments on commit 25dd7b7

Please sign in to comment.