Skip to content

Commit

Permalink
status
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Oct 11, 2023
1 parent 7a04ad9 commit 4605179
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:

- name: Pull submodule
working-directory: _notebooks
run: git submodule update --remote
run: |
git submodule status
git submodule update --remote
git submodule status
- name: Create Pull Request
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 4605179

Please sign in to comment.