Skip to content

Commit

Permalink
Bump version of GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGautier committed Aug 30, 2023
1 parent 946f5b8 commit 9c6a138
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# fetch all commits to get last updated time or other git log info
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
# choose node.js version to use
node-version: '20'
Expand All @@ -34,15 +34,15 @@ jobs:

# delete node_modules
- name: Remove File
uses: JesseTG/[email protected].2
uses: JesseTG/[email protected].3
with:
path: |
**/node_modules
# please check out the docs of the workflow for more details
# @see https://github.com/crazy-max/ghaction-github-pages
- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v2
uses: crazy-max/ghaction-github-pages@v3
with:
# deploy to gh-pages branch
target_branch: gh-pages
Expand Down

0 comments on commit 9c6a138

Please sign in to comment.