Skip to content

Commit

Permalink
Change folder location
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltimbo committed Jan 26, 2021
1 parent f204aaa commit 701bb55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- name: Build docs
run: |
make -C docs html BUILDDIR=$HOME/ross-website
make -C docs html
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN_ROSS_BOTT }}
REPOSITORY_NAME: ross-rotordynamics/ross-website
BRANCH: master # The branch the action should deploy to.
FOLDER: $HOME/ross-website/html # The folder the action should deploy.
FOLDER: docs/_build/html # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch

0 comments on commit 701bb55

Please sign in to comment.