Skip to content

Commit

Permalink
undo version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fpvandoorn committed Jun 26, 2024
1 parent 430ed7c commit 73aab42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fi
- name: Checkout project
uses: actions/checkout@v4
uses: actions/checkout@v2
with:
fetch-depth: 0

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
run: JEKYLL_ENV=production bundle exec jekyll build

- name: Upload docs & blueprint artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v1
with:
path: docs/_site

Expand Down

0 comments on commit 73aab42

Please sign in to comment.