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:
parent
c05816a92f
commit
41651e4bf4
3 changed files with 78 additions and 2 deletions
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue