Skip to content

Commit

Permalink
retry (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor authored Sep 17, 2024
1 parent c5a3c15 commit 955f4a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
run: npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
working-directory: ./site-generator-beta
with:
folder: dist
folder: site-generator-beta/dist
repository-name: aep-dev/site-generator-beta
branch: gh-pages
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 955f4a4

Please sign in to comment.