Skip to content

Commit

Permalink
Update deployment step in gh-pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaaano committed Jun 18, 2024
1 parent cd7b2bf commit e85f65d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: deploy github pages
id: deployment
uses: actions/deploy-pages@v4
- name: deploy github pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit e85f65d

Please sign in to comment.