Skip to content

Commit

Permalink
Correct staging dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Apr 5, 2023
1 parent aae4dfb commit 121ebfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Cleanup staged site
run: |
for d in $(ls -d target/staged/hps-*); do rm -rf $d; done
for d in $(ls -d target/staging/hps-*); do rm -rf $d; done
- name: Publish site
run: mvn scm-publish:publish-scm

0 comments on commit 121ebfb

Please sign in to comment.