Skip to content

Commit

Permalink
fixes workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
skrawcz committed Sep 16, 2023
1 parent e2e13cf commit d6c1618
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docusaurus-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
fetch-depth: 1000
with:
fetch-depth: 1000
# 👇 Build steps
- name: Set up Python 3.10
uses: actions/setup-python@v4
Expand Down

0 comments on commit d6c1618

Please sign in to comment.