Fix missing CI file argument

This commit is contained in:
Zed 2023-11-01 04:06:42 +00:00
parent 006b91c903
commit b0b335106d
1 changed files with 1 additions and 1 deletions

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