Skip to content

Commit

Permalink
Updating autorender
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Aug 19, 2024
1 parent 786f313 commit 4991864
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on: [push, pull_request]
jobs:
test-ubuntu:
runs-on: Ubuntu-latest
container: ghcr.io/uofuepibio/phs7045-advanced-programming:fall2024

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Execute
run: |
Expand All @@ -16,7 +17,6 @@ jobs:
- name: Commit results
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git commit -a -m 'Re-build examples' || echo Nothing has changed
git push origin || echo "No changes to commit"
1 change: 1 addition & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Commit results
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git add docs/* || echo Nothing to be added
git commit -a -m 'Re-build examples' || echo Nothing has changed
git push origin || echo "No changes to commit"

0 comments on commit 4991864

Please sign in to comment.