Skip to content

Commit eee6f5f

Browse files
authored
Testing
1 parent bc5b14a commit eee6f5f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ruby.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
with:
1616
ruby-version: 2.6.x
1717

18-
- name: Building website
19-
run: |
20-
gem install jekyll -v 3.8.5
21-
jekyll build
18+
# - name: Building website
19+
# run: |
20+
# gem install jekyll -v 3.8.5
21+
# jekyll build
2222

2323
- name: Uploading website
2424
run: |
25-
apt install sshpass
25+
apt-get install sshpass
2626
sshpass -p "${{ secrets.PASSWORD }}" scp -P ${{ secrets.PORT }} -r _site/* ${{ secrets.USERNAME }}@${{ secrets.HOST }}:groups/net-lab/www2/

0 commit comments

Comments
 (0)