Skip to content

Commit 1edebc0

Browse files
committed
CI: update github-pages-deploy-action to v4
1 parent 6c27245 commit 1edebc0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/gh-pages.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
uses: haskell/actions/setup@v1
1818
id: setup-haskell
1919
with:
20-
ghc-version: '9.2.1'
21-
cabal-version: '3.6.2.0'
20+
ghc-version: '9.2.4'
21+
cabal-version: '3.8.1.0'
2222

2323
- name: Set PATH for cabal-installed executables
2424
run: |
@@ -39,7 +39,7 @@ jobs:
3939
4040
- uses: actions/setup-python@v2
4141
with:
42-
python-version: '3.9'
42+
python-version: '3.10'
4343

4444
- name: Cache cabal work
4545
uses: actions/cache@v2
@@ -49,7 +49,7 @@ jobs:
4949
${{ steps.setup-haskell.outputs.cabal-store }}
5050
key: ${{ runner.os }}-${{ hashFiles('cabal.project.freeze') }}-cabal-install-v2
5151

52-
- uses: actions/cache@v2
52+
- uses: actions/cache@v3
5353
name: Cache Python build artifacts
5454
with:
5555
path: ~/.cache/pip
@@ -83,9 +83,9 @@ jobs:
8383
mv -v MANUAL.html theme.css plots build
8484
8585
- name: Deploy
86-
uses: JamesIves/github-pages-deploy-action@3.7.1
86+
uses: JamesIves/github-pages-deploy-action@4
8787
with:
88-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89-
BRANCH: gh-pages
90-
FOLDER: docs/build
91-
CLEAN: true
88+
token: ${{ secrets.GITHUB_TOKEN }}
89+
branch: gh-pages
90+
folder: docs/build
91+
clean: true

0 commit comments

Comments
 (0)