Skip to content

Commit

Permalink
Add rsync to action (#6)
Browse files Browse the repository at this point in the history
* need to make new folder

* add rsync
  • Loading branch information
rambleraptor authored Sep 9, 2024
1 parent 242701e commit 09e5bbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: AEP_LOCATION=./aep-dev AEP_LINTER_LOC=./api-linter npm run generate
- name: Build the static site.
run: npm run build
- name: Install rsync for deploy
run: apt-get update && apt-get install -y rsync
- name: Publish the static site to GitHub Pages.
uses: jamesives/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 09e5bbb

Please sign in to comment.