Skip to content

Commit

Permalink
testing github workflow (actions/checkout@v4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZergLev committed Sep 27, 2024
1 parent b75c8cc commit ad05246
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
name: build and publish docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: set up python 3.9
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -58,6 +54,10 @@ jobs:
run: |
cp docs/source/_static/switcher.json ./docs/build/switcher.json
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: save changes and checkout to gh-pages
run: |
git add -f .
Expand Down

0 comments on commit ad05246

Please sign in to comment.