Skip to content

Commit

Permalink
docs: -update workflow WD
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaDev1378 committed Nov 14, 2024
1 parent 62b0ae3 commit 95d925e
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 @@ -39,13 +39,13 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: build
path: /build

deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
needs: /build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
Expand Down

0 comments on commit 95d925e

Please sign in to comment.