Compare commits
No commits in common. "b8e68b4a9f3c926d7008adb99293a0e071edf875" and "3a52dea7027667e4a20d8b36b3eb135a39c3e92d" have entirely different histories.
b8e68b4a9f
...
3a52dea702
2 changed files with 6 additions and 3 deletions
|
@ -8,10 +8,14 @@ on:
|
|||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0 # all history for all branches and tags
|
||||
|
||||
- name: Deploy
|
||||
run: |
|
||||
|
|
|
@ -6,5 +6,4 @@ La seule dépendance est tailwind CSS. Se référer à la [documentation](https:
|
|||
npx @tailwindcss/cli -i ./website/assets/css/raw.css -o ./website/assets/css/style.css --watch
|
||||
```
|
||||
|
||||
ZDQZDQZDQZDQZDQZDQZD
|
||||
BLABLBLBLBLABLABALBALABLAB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue