Skip to content

Commit d645522

Browse files
committed
Update .github/workflows/publish.yml
1 parent 901c278 commit d645522

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,6 @@ jobs:
2828
with:
2929
repository: hspec/hspec
3030
ref: ${{ inputs.ref }}
31-
32-
- uses: actions/setup-python@v4
33-
with:
34-
python-version: 2
35-
36-
- uses: ruby/setup-ruby@v1
37-
with:
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-
4931
- uses: actions/upload-pages-artifact@v1
5032
with:
5133
path: doc/_site/

0 commit comments

Comments
 (0)