diff --git a/.forgejo/workflows/website_publish.yml b/.forgejo/workflows/website_publish.yml index 75270a6..028ee48 100644 --- a/.forgejo/workflows/website_publish.yml +++ b/.forgejo/workflows/website_publish.yml @@ -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: | diff --git a/README.md b/README.md index 513f66f..a963e91 100644 --- a/README.md +++ b/README.md @@ -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