From 7befa8c2d1e3cb2d24b4dcc3c3733fc967054e78 Mon Sep 17 00:00:00 2001 From: Arnaud Delcasse Date: Thu, 13 Feb 2025 07:58:10 +0100 Subject: [PATCH] fix publish --- .gitea/workflows/publish.yaml | 4 ++-- themes/coopgo-theme/layouts/partials/head.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index e46c0b64..0d70d579 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -31,8 +31,8 @@ jobs: args: --acl public-read --follow-symlinks --delete env: AWS_S3_ENDPOINT: https://s3.fr-par.scw.cloud - AWS_S3_BUCKET: coopgo-web + AWS_S3_BUCKET: coopgo-www AWS_ACCESS_KEY_ID: ${{ secrets.SCW_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.SCW_SECRET_ACCESS_KEY }} AWS_REGION: 'fr-par' - SOURCE_DIR: 'public' \ No newline at end of file + SOURCE_DIR: 'public' diff --git a/themes/coopgo-theme/layouts/partials/head.html b/themes/coopgo-theme/layouts/partials/head.html index 2c345732..609da080 100644 --- a/themes/coopgo-theme/layouts/partials/head.html +++ b/themes/coopgo-theme/layouts/partials/head.html @@ -3,7 +3,7 @@ {{ $sass := resources.Get "sass/main.scss" }} - {{ $style := $sass | resources.ToCSS }} + {{ $style := $sass | css.Sass }} @@ -23,4 +23,4 @@ - \ No newline at end of file +