Skip to content

Commit

Permalink
Update docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar authored Mar 8, 2024
1 parent 63e3587 commit a2b58cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- uses: actions/checkout@master
- uses: actions/checkout@main
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: install dacapo
Expand All @@ -22,7 +22,7 @@ jobs:
with:
documentation_path: ./docs/source
- name: Push changes
uses: ad-m/github-push-action@master
uses: ad-m/github-push-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
branch: gh-pages

0 comments on commit a2b58cd

Please sign in to comment.