Skip to content

Commit 396adc3

Browse files
Update build.yml
1 parent 35ccd93 commit 396adc3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
$APT_PARAMS update
2121
$APT_PARAMS install curl git
2222
curl -fsSL https://get.pnpm.io/install.sh | sh -
23-
source /home/runner/.bashrc
2423
2524
- name: Build
2625
run: |
2726
cd /tmp/
28-
#source /home/runner/.bashrc
27+
2928
PNPM_BIN="/home/runner/.local/share/pnpm/pnpm"
30-
git clone "https://github.com/SphericalKat/medium.rip.git"
29+
#git clone "https://github.com/SphericalKat/medium.rip.git"
30+
git clone "https://github.com/mycodedoesnotcompile2/medium.rip.git"
3131
3232
cd "/tmp/medium.rip/frontend/"
3333
mv postcss.config.ts postcss.config.cjs
@@ -43,5 +43,3 @@ jobs:
4343
4444
4545
46-
47-

0 commit comments

Comments
 (0)