Skip to content

Commit

Permalink
actions: update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Oct 27, 2021
1 parent 1e3cdcb commit d071ce3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Setting environement
- name: Setting environment
run: |
mkdir /tmp/web
git submodule update --init --recursive
./Sphinxsetup.sh
- name: Check image formats
run: |
Expand Down

0 comments on commit d071ce3

Please sign in to comment.