Skip to content

Commit

Permalink
reduce size of docs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Sep 3, 2022
1 parent c993055 commit 0b5b4dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload-doc.yml
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: target/doc
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: target/doc
single-commit: true

0 comments on commit 0b5b4dc

Please sign in to comment.