Skip to content

Commit

Permalink
Rename to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jordan committed Oct 26, 2023
1 parent fe2f20c commit 4001dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
- name: Move Output to Directory
run: |
mkdir distribution
mv webApp/build/dist/js/productionExecutable/* distribution/
mv webApp/build/dist/js/productionExecutable/* docs/
# Commit and push the directory to a specified branch (e.g., "output-branch")
- name: Commit and Push to Branch
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add distribution/
git add docs/
git commit -m "Add output from build"
git push -f origin HEAD:deploy-branch

0 comments on commit 4001dc4

Please sign in to comment.