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 35ccd93 commit 396adc3Copy full SHA for 396adc3
.github/workflows/build.yml
@@ -20,14 +20,14 @@ jobs:
20
$APT_PARAMS update
21
$APT_PARAMS install curl git
22
curl -fsSL https://get.pnpm.io/install.sh | sh -
23
- source /home/runner/.bashrc
24
25
- name: Build
26
run: |
27
cd /tmp/
28
- #source /home/runner/.bashrc
+
29
PNPM_BIN="/home/runner/.local/share/pnpm/pnpm"
30
- git clone "https://github.com/SphericalKat/medium.rip.git"
+ #git clone "https://github.com/SphericalKat/medium.rip.git"
+ git clone "https://github.com/mycodedoesnotcompile2/medium.rip.git"
31
32
cd "/tmp/medium.rip/frontend/"
33
mv postcss.config.ts postcss.config.cjs
@@ -43,5 +43,3 @@ jobs:
43
44
45
46
-
47
0 commit comments