Skip to content

Commit

Permalink
Update deploy-docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcase authored Jul 17, 2024
1 parent c0f90c6 commit d938f72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:
working-directory: ./userdocs
run: yarn build
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v1
with:
name: github-pages
path: ./userdocs/build/

# Deployment job
Expand All @@ -61,4 +60,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v1

0 comments on commit d938f72

Please sign in to comment.