Skip to content

Commit

Permalink
Update publish-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gianluca-pepe authored Oct 2, 2024
1 parent 631d8d4 commit b128e44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: get the gh-pages repo
uses: actions/checkout@v3
uses: actions/checkout@v4.2.0
with:
ref: gh-pages

Expand All @@ -21,7 +21,7 @@ jobs:
tar -cvf documentation.tar ./docs
- name: create a document artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: documentation
path: documentation.tar
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout src
uses: actions/checkout@v3
uses: actions/checkout@v4.2.0

- run: mkdir -p ./docs
- name: Download the existing documents artifact
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout the gh-pages repo
uses: actions/checkout@v3
uses: actions/checkout@v4.2.0
with:
ref: gh-pages

Expand Down

0 comments on commit b128e44

Please sign in to comment.