1
Fork 0
mirror of https://github.com/RGBCube/color.v synced 2025-08-01 10:27:45 +00:00

Use ./ instead of . in workflows

This commit is contained in:
RGBCube 2022-12-04 21:50:44 +03:00
parent c05816a92f
commit 41651e4bf4
3 changed files with 78 additions and 2 deletions

View file

@ -43,6 +43,6 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "actions@users.noreply.github.com"
git add .
git add ./
git commit -m "Deploy color.v docs"
git push git@github.com:RGBCube/rgbcube.github.io master