Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Jul 16, 2024
1 parent dc51f9e commit 42c93e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ steps.create_folder.outputs.folder_name }}
publish_dir: ./${{ steps.create_folder.outputs.folder_name }}
publish_branch: gh-pages
keep_files: true

0 comments on commit 42c93e0

Please sign in to comment.