File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -126,14 +126,6 @@ jobs:
126126 application_id : ${{ secrets.BOT_APPLICATION_ID }}
127127 application_private_key : ${{ secrets.BOT_APPLICATION_PRIVATE_KEY }}
128128
129- - name : Get tag
130- id : tag
131- uses : dawidd6/action-get-tag@v1
132- if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
133- with :
134- # Optionally strip `v` prefix
135- strip_v : false
136-
137129 - name : Setup Python
138130 uses : actions/setup-python@v2
139131 with :
@@ -229,14 +221,13 @@ jobs:
229221
230222 - name : Deploy
231223 if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
232- uses : JamesIves/github-pages-deploy-action@v4.4.0
224+ uses : JamesIves/github-pages-deploy-action@4.1.4
233225 with :
234226 repository-name : pyansys/pymapdl-docs
235227 token : ${{ steps.get_workflow_token.outputs.token }}
236228 branch : gh-pages
237229 folder : doc/build/html
238230 clean : true
239- tag : ${{steps.tag.outputs.tag}}
240231
241232 - name : Build PDF Documentation
242233 working-directory : doc
Original file line number Diff line number Diff line change 6666 xvfb-run make -C doc html
6767
6868 - name : Deploy
69- uses : JamesIves/github-pages-deploy-action@v4.4.0
69+ uses : JamesIves/github-pages-deploy-action@4.1.4
7070 with :
7171 repository-name : pyansys/pymapdl-dev-docs
7272 token : ${{ steps.get_workflow_token.outputs.token }}
You can’t perform that action at this time.
0 commit comments