Skip to content

Commit

Permalink
docs: trying to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
soronpo committed May 7, 2024
1 parent eb0885a commit 9d8eacf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dfdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
if: ${{ github.event_name == 'push' }}
uses: JamesIves/github-pages-deploy-action@v4
with:
ACCESS_TOKEN: ${{ secrets.DFDOCS_TOKEN }}
REPOSITORY_NAME: DFiantHDL/DFiantHDL.github.io
BRANCH: master
FOLDER: site
CLEAN: true # Automatically remove deleted files from the deploy branch
token: ${{ secrets.DFDOCS_TOKEN }}
repository-name: DFiantHDL/DFiantHDL.github.io
branch: master
folder: site
clean: true # Automatically remove deleted files from the deploy branch

0 comments on commit 9d8eacf

Please sign in to comment.