Skip to content

Commit

Permalink
run test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-krawczyk committed Jan 8, 2022
1 parent bbf87cd commit 0bbb88b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ jobs:
run: |
pwd
whoami
ls -la /home/runner/
ls -la /home/runner/work/
- name: Install
run: |
sudo apt-get install -y asciidoctor
gem install asciidoctor-pdf --user-install
ls -la /home/runner/
ls -la /home/runner/work/
ls -la /home/runner/.gem/ruby
gem install asciidoctor-epub3 --user-install
- name: Build
Expand Down

0 comments on commit 0bbb88b

Please sign in to comment.