Skip to content

Commit

Permalink
Removes unnecessary rebase change
Browse files Browse the repository at this point in the history
  • Loading branch information
sherjeelshabih committed Jan 23, 2024
1 parent c290c07 commit babb7e0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,4 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install -r mkdocs-requirements.txt
- run: mkdocs gh-deploy --force
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
folder: ./
branch: gh-pages
clean: true
- run: mkdocs gh-deploy --force

0 comments on commit babb7e0

Please sign in to comment.