Skip to content

Commit

Permalink
chore:update url, name and path in github workflow static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pixiedevpraveen committed Feb 6, 2024
1 parent aff50d7 commit b9ac93c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: ${{ github.repository_owner }}/${{ github.event.repository.name }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-artifact@v2
with:
# Upload entire repository
name: demo-html
path: './Demo.html'
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit b9ac93c

Please sign in to comment.