Skip to content

Commit

Permalink
test main
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Jan 17, 2025
1 parent b38d6da commit fe53665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
clean: true
target-folder: docs/${{ env.DESTINATION_KEY }}
- name: Deploy GitHub Pages (Latest)
if: ${{ env.DESTINATION_KEY }} == 'latest'
if: env.DESTINATION_KEY == 'latest'
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
branch: gh-pages
Expand Down

0 comments on commit fe53665

Please sign in to comment.