Skip to content

Commit

Permalink
fixed actions merging on wrong branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SchawnnDev committed Mar 18, 2024
1 parent 2be54e4 commit 8caa96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main

permissions:
contents: write

Expand Down Expand Up @@ -38,5 +38,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: main
BRANCH: docs-publish-github-page
FOLDER: build/html/

0 comments on commit 8caa96a

Please sign in to comment.