Skip to content

Commit

Permalink
actions: update docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisUser committed Apr 25, 2024
1 parent 3029406 commit 71d45d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install and Build 🔧
Expand All @@ -19,7 +19,7 @@ jobs:
run: |
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
- name: Deploy 🚀
uses: crazy-max/ghaction-github-pages@v3
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: docs
build_dir: docs
Expand Down

0 comments on commit 71d45d9

Please sign in to comment.