Skip to content

Commit

Permalink
Update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTTY committed Aug 17, 2024
1 parent 90a8db1 commit 74cb04f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
deploy:
name: Deploy to GitHub Pages
needs: build
defaults:
run:
working-directory: ./docs/

permissions:
pages: write
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Desktop.ini
node_modules/

# Ignore build directories.
/build
/dist

# ignore composer vendor directory
Expand Down

0 comments on commit 74cb04f

Please sign in to comment.