1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-05 19:45:36 -05:00

Fix missing CI file argument

This commit is contained in:
Zed
2023-11-01 04:06:42 +00:00
parent 006b91c903
commit b0b335106d

View File

@@ -44,7 +44,7 @@ jobs:
run: |
sudo apt install libsass-dev -y
cp nitter.example.conf nitter.conf
sed -i 's/enableDebug = false/enableDebug = true/g'
sed -i 's/enableDebug = false/enableDebug = true/g' nitter.conf
nimble md
nimble scss
echo "${{ env.GUEST_ACCOUNTS }}" > ./guest_accounts.jsonl