Skip to content

Commit

Permalink
Change docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Jan 5, 2025
1 parent 9b85dc6 commit 75cfc02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,12 +395,12 @@ jobs:
- name: Publish to Github Pages
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BASE_BRANCH: develop # The branch the action should deploy from.
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: . # The folder the action should deploy.
FOLDER: docs # The folder the action should deploy.

release_to_pypi:
name: Pypi package release
Expand Down

0 comments on commit 75cfc02

Please sign in to comment.