Skip to content

Commit

Permalink
style: Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
pipinfitriadi committed Feb 3, 2024
1 parent 015fc34 commit 69b4360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Deploy Website
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: ${{ steps.website.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -31,5 +31,5 @@ jobs:
with:
path: src/
- name: Deploy to GitHub Pages
id: deployment
id: website
uses: actions/deploy-pages@v4

0 comments on commit 69b4360

Please sign in to comment.