Skip to content

Commit

Permalink
Fix Deploy Root Folder step in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jan 17, 2024
1 parent f310f46 commit 50f1cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
./scripts/build-docc.sh
./scripts/build-sitemap.sh
- name: Deploy Root Folder 🚀
if: ${{ env.HUMMINGBIRD_VERSION }} == true
if: ${{ env.DEPLOY_ROOT_FOLDER }} == true
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/hummingbird-docs/
Expand Down

0 comments on commit 50f1cd6

Please sign in to comment.