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