refactor: move into a website directory
This commit is contained in:
parent
86529d7148
commit
3c5c0e808a
747 changed files with 133 additions and 2 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -27,7 +27,11 @@ jobs:
|
|||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- run: cp .env.example .env
|
||||
- run: ./run ci:build-images
|
||||
- run: ./run ci:push-images
|
||||
working-directory: ./website
|
||||
|
||||
- run: ./run ci:build-images
|
||||
working-directory: ./website
|
||||
|
||||
- run: ./run ci:push-images
|
||||
working-directory: ./website
|
||||
# vim: sw=2 ts=2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue