Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
Signed-off-by: Fabricio Aguiar <[email protected]>
  • Loading branch information
fao89 authored and openshift-cherrypick-robot committed Jan 23, 2025
1 parent db14feb commit 2bdc027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand All @@ -43,7 +43,7 @@ jobs:
docs/build-docs.sh
- name: Upload artifacts
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: docs/build/html/
deploy:
Expand All @@ -57,4 +57,4 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 2bdc027

Please sign in to comment.