Skip to content

Commit 8c7fcc0

Browse files
committed
ci: Update gh-pages parameters
1 parent 696cd92 commit 8c7fcc0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 4 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
@@ -67,6 +67,4 @@ jobs:
6767
- name: Deploy
6868
uses: JamesIves/[email protected]
6969
with:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71-
BRANCH: gh-pages
72-
FOLDER: site
70+
folder: site

0 commit comments

Comments
 (0)