Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvazquezc authored Nov 7, 2024
1 parent 5362078 commit c39cfd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'lab-4.13'
- 'lab-4.14'
- 'lab-4.15'
- 'lab-4.17'
env:
SITE_DIR: "gh-pages"
jobs:
Expand All @@ -20,7 +21,7 @@ jobs:
with:
antora_playbook: site.yml
- name: "Upload generated site"
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: site
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
Expand All @@ -32,7 +33,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download generated site
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: site
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
Expand Down

0 comments on commit c39cfd4

Please sign in to comment.