We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901c278 commit d645522Copy full SHA for d645522
1 file changed
.github/workflows/publish.yml
@@ -28,24 +28,6 @@ jobs:
28
with:
29
repository: hspec/hspec
30
ref: ${{ inputs.ref }}
31
-
32
- - uses: actions/setup-python@v4
33
- with:
34
- python-version: 2
35
36
- - uses: ruby/setup-ruby@v1
37
38
- bundler-cache: true
39
- working-directory: doc
40
41
- - name: Build documentation
42
- run: |
43
- rm cabal.project
44
- cd doc
45
- cabal update
46
- cabal install HUnit QuickCheck hspec hspec-core hspec-contrib --lib --package-env .
47
- bundle exec jekyll build
48
49
- uses: actions/upload-pages-artifact@v1
50
51
path: doc/_site/
0 commit comments