Skip to content

Commit

Permalink
Update pages actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Nov 4, 2024
1 parent 4404795 commit af4c64b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,11 @@ jobs:
mkdir -p _site/man-pages
cp -v doc/*.html _site/man-pages/
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v3
with:
path: _site
- id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

test-install:
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit af4c64b

Please sign in to comment.