Skip to content

Commit

Permalink
Update deploy pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Sep 8, 2023
1 parent 8ef82e9 commit 97a9e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

0 comments on commit 97a9e6c

Please sign in to comment.