Skip to content

Commit

Permalink
3rd times the charm
Browse files Browse the repository at this point in the history
  • Loading branch information
catchSheep committed Jul 5, 2024
1 parent 220f722 commit c71ac5a
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/notebook_colab_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ jobs:
uses: actions/checkout@v4
- name: Run the colab build script
run: python build_scripts/colab_nb_builder.py --directory notebooks
- name: switch from HTTPS to SSH
run: git remote set-url origin ${{ secrets.ssh }}
- name: check for changes
run: git status
- name: stage changed files
run: git add .
- name: commit changed files
run: git commit -m "Auto updating TODO.txt"
- name: fetch
run: git fetch
- name: push code
run: git push
- name: Configuring git
run: |
git config --local user.name "jpadfield"
git add ./colab_notebooks
git commit -m "Updating the repository GitHub html pages in the docs folder"
- name: Push changes # push the output folder to your repo
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
force: true
- run: echo "Job status is ${{ job.status }}"

0 comments on commit c71ac5a

Please sign in to comment.