We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5b14a commit eee6f5fCopy full SHA for eee6f5f
.github/workflows/ruby.yml
@@ -15,12 +15,12 @@ jobs:
15
with:
16
ruby-version: 2.6.x
17
18
- - name: Building website
19
- run: |
20
- gem install jekyll -v 3.8.5
21
- jekyll build
+# - name: Building website
+# run: |
+# gem install jekyll -v 3.8.5
+# jekyll build
22
23
- name: Uploading website
24
run: |
25
- apt install sshpass
+ apt-get install sshpass
26
sshpass -p "${{ secrets.PASSWORD }}" scp -P ${{ secrets.PORT }} -r _site/* ${{ secrets.USERNAME }}@${{ secrets.HOST }}:groups/net-lab/www2/
0 commit comments