Skip to content

Commit f88cb35

Browse files
authored
Merge pull request #411 from Simple-Robotics/dependabot/github_actions/devel/JamesIves/github-pages-deploy-action-4.7.3
build(deps): bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.7.3
2 parents f9d66e8 + 8c7fcc0 commit f88cb35

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
path: build/doc/doxygen-html
5757

5858
deploy:
59-
runs-on: ubuntu-20.04
59+
runs-on: ubuntu-22.04
6060
needs: [build]
6161
steps:
6262
- name: Download artifacts
@@ -65,8 +65,6 @@ jobs:
6565
name: site
6666
path: site
6767
- name: Deploy
68-
uses: JamesIves/github-pages-deploy-action@3.7.1
68+
uses: JamesIves/github-pages-deploy-action@v4.7.3
6969
with:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71-
BRANCH: gh-pages
72-
FOLDER: site
70+
folder: site

0 commit comments

Comments
 (0)