File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v6
2121
2222 - name : Deploy to GitHub Pages
23- uses : JamesIves/github-pages-deploy-action@v4.7.4
23+ uses : JamesIves/github-pages-deploy-action@v4.8.0
2424 with :
2525 token : ${{ secrets.DEPLOY_TOKEN }}
2626 branch : gh-pages
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206 run : sh ./.github/workflows/scripts/build_demo_files.sh
207207
208208 - name : Deploy to GitHub Pages
209- uses : JamesIves/github-pages-deploy-action@v4.7.4
209+ uses : JamesIves/github-pages-deploy-action@v4.8.0
210210 with :
211211 token : ${{ secrets.DEPLOY_TOKEN }}
212212 branch : gh-pages
Original file line number Diff line number Diff line change 6161
6262 # Deploy to GitHub Pages staging environment
6363 - name : Deploy to GitHub Pages
64- uses : JamesIves/github-pages-deploy-action@v4.7.4
64+ uses : JamesIves/github-pages-deploy-action@v4.8.0
6565 with :
6666 token : ${{ secrets.DEPLOY_TOKEN }}
6767 branch : gh-pages
Original file line number Diff line number Diff line change 5353 working-directory : ${{env.project-directory}}
5454
5555 - name : Setup Java JDK
56- uses : actions/setup-java@v5.0 .0
56+ uses : actions/setup-java@v5.2 .0
5757 with :
5858 distribution : ' zulu'
5959 java-version : 17
Original file line number Diff line number Diff line change 1- 3.4.7
1+ 3.4.8
Original file line number Diff line number Diff line change 1- FROM nginx:1.29.3 -alpine
1+ FROM nginx:1.29.5 -alpine
22
33COPY ./dist/bundler/browser /usr/share/nginx/html
You can’t perform that action at this time.
0 commit comments