Skip to content

Commit 1d0077f

Browse files
authored
Update main_ci.yml
1 parent 5b33a31 commit 1d0077f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main_ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ jobs:
134134
with:
135135
path: ./docs
136136

137-
deploy-doc:
138-
if: github.ref == 'refs/heads/master'
137+
deploy-doc
139138
environment:
140139
name: github-pages
141140
url: ${{ steps.deployment.outputs.page_url }}
@@ -144,4 +143,4 @@ jobs:
144143
steps:
145144
- name: Deploy to GitHub Pages
146145
id: deployment
147-
uses: actions/deploy-pages@v2
146+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)