File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments