File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,14 +2,9 @@ name: Docs
22
33on :
44 workflow_dispatch :
5- pull_request :
6- paths :
7- - ' docs/**'
8- - ' .github/workflows/docs.yml'
95 push :
106 branches :
117 - main
12- - skarim/docs # temporary for testing
138 paths :
149 - ' docs/**'
1510 - ' .github/workflows/docs.yml'
@@ -46,13 +41,13 @@ jobs:
4641 run : npm run build
4742
4843 - name : Upload build artifacts
49- if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/skarim/docs' || github. event_name == 'workflow_dispatch'
44+ if : github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
5045 uses : actions/upload-pages-artifact@v3
5146 with :
5247 path : ./docs/dist
5348
5449 deploy :
55- if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/skarim/docs' || github. event_name == 'workflow_dispatch'
50+ if : github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
5651 environment :
5752 name : github-pages
5853 url : ${{ steps.deployment.outputs.page_url }}
You can’t perform that action at this time.
0 commit comments