Skip to content

Commit

Permalink
Update docs-publing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romanin-rf committed Dec 18, 2023
1 parent 6743898 commit 1e11a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-publing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: recursive
submodules: true
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Pull `docs`
run: |
cd site;
git pull;
git pull --no-ff;
cd ..;
- name: Clear `docs`
run: |
Expand Down

0 comments on commit 1e11a37

Please sign in to comment.