Skip to content

Commit

Permalink
docs: -change path of docs deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaDev1378 committed Nov 14, 2024
1 parent 912f8d4 commit ad71fae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main
- master
- docs/*

defaults:
Expand Down Expand Up @@ -62,3 +62,5 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
folder: ${{ github.ref_name == 'master' && 'documents/build/' || 'documents/build/${{ github.ref_name }}' }}

0 comments on commit ad71fae

Please sign in to comment.