Skip to content

Commit

Permalink
Attempt to fix publish workflow (aep-dev#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrankel authored and toumorokoshi committed Aug 9, 2024
1 parent 22ee46d commit 7105cd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Build the static site.
run: aep-site-gen . out
- name: Publish the static site to GitHub Pages.
uses: jamesives/github-pages-deploy-action@releases/v4-init
uses: jamesives/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: out
branch: gh-pages
folder: out

0 comments on commit 7105cd1

Please sign in to comment.