Skip to content

Commit

Permalink
Update deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTTY authored Aug 17, 2024
1 parent 74cb04f commit 116f948
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,11 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: build
path: ./docs/build

deploy:
name: Deploy to GitHub Pages
needs: build
defaults:
run:
working-directory: ./docs/

permissions:
pages: write
Expand Down

0 comments on commit 116f948

Please sign in to comment.