Skip to content

Commit d4109b1

Browse files
committed
fix deploy of docu via gh actions
1 parent 447ad65 commit d4109b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_docu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Deploy to dev
7979
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}
80-
uses: JamesIves/github-pages-deploy-action@3.7.1
80+
uses: JamesIves/github-pages-deploy-action@v4
8181
with:
8282
repository-name: DoubleML/doubleml.github.io
8383
branch: main
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Deploy to version
9595
if: ${{ github.event_name == 'release' }}
96-
uses: JamesIves/github-pages-deploy-action@3.7.1
96+
uses: JamesIves/github-pages-deploy-action@v4
9797
with:
9898
repository-name: DoubleML/doubleml.github.io
9999
branch: main
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Deploy to stable
108108
if: ${{ github.event_name == 'release' }}
109-
uses: JamesIves/github-pages-deploy-action@3.7.1
109+
uses: JamesIves/github-pages-deploy-action@v4
110110
with:
111111
repository-name: DoubleML/doubleml.github.io
112112
branch: main

0 commit comments

Comments
 (0)