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 3b1c525 commit 21abd61Copy full SHA for 21abd61
.github/workflows/push-main.yml
@@ -6,9 +6,6 @@ on:
6
7
jobs:
8
lucy-ci:
9
-# defaults:
10
-# run:
11
-# working-directory: ./protected
12
13
runs-on: ubuntu-22.04
14
@@ -43,15 +40,6 @@ jobs:
43
40
- name: " -- Install WhoIs"
44
41
run: sudo apt-get install whois
45
42
46
- - name: " -- Install xvfb, libfontconfig and wkhtmltopdf"
47
- run: sudo apt-get install xvfb libfontconfig wkhtmltopdf
48
-
49
- - name: " -- Create required directories"
50
- run: |
51
- sudo mkdir -p /opt/my-dir/files/aaaaaaaaaaaaa
52
- sudo chown -R $(whoami):$(whoami) /opt/my-dir
53
- sudo chown -R $(whoami):$(whoami) /tmp
54
55
56
# --------------------------------------------------------------------
57
# Install COMPOSER
0 commit comments