Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato authored Sep 20, 2024
1 parent 9d294f4 commit 1910851
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,7 @@ jobs:
# needs to install hd3 so the command-line pages are
# rendered properly
- name: Install HADDOCK3
run: |
pwd
ls -lsa
mkdir bin
touch bin/cns
cd src/fcc/src
chmod u+x Makefile
./Makefile 2>%1 >/dev/null || true
cd -
run: pip install -v .

- name: Generate docs
run: |
Expand Down

0 comments on commit 1910851

Please sign in to comment.