Skip to content

Commit

Permalink
Update .github/workflows/publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Jul 6, 2023
1 parent 901c278 commit d645522
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,6 @@ jobs:
with:
repository: hspec/hspec
ref: ${{ inputs.ref }}

- uses: actions/setup-python@v4
with:
python-version: 2

- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
working-directory: doc

- name: Build documentation
run: |
rm cabal.project
cd doc
cabal update
cabal install HUnit QuickCheck hspec hspec-core hspec-contrib --lib --package-env .
bundle exec jekyll build
- uses: actions/upload-pages-artifact@v1
with:
path: doc/_site/
Expand Down

0 comments on commit d645522

Please sign in to comment.