Skip to content

Commit

Permalink
Update buildnpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jupfi authored Jan 2, 2025
1 parent 9d27bae commit 1dfa5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildnpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
# Create a directory to stage files for the branch
mkdir -p deploy
cp -r _build/html/* deploy/
cp -r build/html/* deploy/
# Configure Git user for this Action
git config --global user.name "github-actions[bot]"
Expand Down

0 comments on commit 1dfa5c7

Please sign in to comment.