Skip to content

Commit

Permalink
chore: Fixed doc deploy
Browse files Browse the repository at this point in the history
Since Github deprecated set-env, several actions have to be updated to prevent crashes.
  • Loading branch information
frgfm committed Nov 17, 2020
1 parent 5bd8a8c commit 603aa4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
sphinx-build docs/source docs/build -a
- name: Install SSH Client 🔑
uses: webfactory/ssh-agent@v0.2.0
uses: webfactory/ssh-agent@v0.4.1
with:
ssh-private-key: ${{ secrets.SSH_DEPLOY_KEY }}

- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@3.4.1
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
BRANCH: gh-pages
FOLDER: 'docs/build'
Expand Down

0 comments on commit 603aa4f

Please sign in to comment.