Skip to content

Commit

Permalink
Update GH Pages Deploy Action
Browse files Browse the repository at this point in the history
Signed-off-by: Chihurumnaya Ibiam <ibiam@sugarlabs.org>
  • Loading branch information
chimosky committed May 9, 2024
1 parent 4017b2e commit dcb6286
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ jobs:
sudo -u builduser ./ci/docs.sh
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@4.0.0
# build the documentation, but only deploy them when the PR
# gets merged
if: github.ref == 'refs/heads/master'
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: deploy # The folder the action should deploy.
branch: gh-pages # The branch the action should deploy to.
folder: deploy # The folder the action should deploy.

0 comments on commit dcb6286

Please sign in to comment.