Skip to content

Commit

Permalink
wip: test build script in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Dec 19, 2023
1 parent f9f8ec1 commit c9251f5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,11 @@ jobs:
cp --recursive "$CONT_NEW" "$CONT_OLD"
cd "$DOCS"
git diff
ls -la "$CONT_NEW/main"
git config user.name "docs.yml"
git config user.email "<>"
git add --all
git commit -m "docs.yml"
git push origin master
# - name: Publish the site!
# run: |
Expand Down

0 comments on commit c9251f5

Please sign in to comment.