Skip to content
Snippets Groups Projects
Unverified Commit 857697e1 authored by Sébastien Gaya's avatar Sébastien Gaya Committed by GitHub
Browse files

Gestion du nouveau répertoire du thème sur les sites (#466)

parent 1f9882cb
No related branches found
Tags v6.0.14
No related merge requests found
......@@ -11,7 +11,7 @@ jobs:
- name: Set new submodule in new branch on Osuny Example
uses: actions/checkout@v4
with:
repository: noesya/osuny-example
repository: osunyorg/example
submodules: 'recursive'
token: ${{ secrets.OSUNY_EXAMPLE_TOKEN }}
- name: Create new branch on Example
......@@ -23,9 +23,9 @@ jobs:
- name: Checkout submodule
uses: actions/checkout@v4
with:
repository: noesya/osuny-hugo-theme-aaa
repository: osunyorg/theme
token: ${{ secrets.OSUNY_EXAMPLE_TOKEN }}
path: themes/osuny-hugo-theme-aaa
path: themes/osuny
ref: ${{ github.head_ref || github.ref_name }}
- name: Pushing new branch on Example
run: |
......
......@@ -5,7 +5,7 @@
"includePaths" (slice "node_modules")
) -}}
<!-- PostCSS -->
{{- $postCSSOpts := (dict "config" "themes/osuny-hugo-theme-aaa") -}}
{{- $postCSSOpts := (dict "config" "themes/osuny") -}}
{{- $styles := resources.Get "sass/main.sass" | toCSS $cssOpts -}}
{{ if hugo.IsProduction }}
......
{
"name": "osuny-hugo-theme",
"version": "5.1.0",
"repository": "git@github.com:noesya/osuny-hugo-theme-aaa.git",
"version": "6.0.13",
"repository": "git@github.com:osunyorg/theme.git",
"author": "alexisben <alexis.benoit@noesya.coop>",
"contributors": [
"olivia206 <olivia.simonet@noesya.coop>",
"alexisben <alexis.benoit@noesya.coop>",
"arnaudlevy <arnaud.levy@noesya.coop>"
"arnaudlevy <arnaud.levy@noesya.coop>",
"clararigaud <clara.rigaud@noesya.coop>"
],
"license": "MIT",
"dependencies": {
......
name: Osuny Hugo Theme
license: MIT
licenselink: 'https://github.com/noesya/osuny-hugo-theme-aaa/blob/main/LICENSE'
licenselink: 'https://github.com/osunyorg/theme/blob/main/LICENSE'
description: Hugo theme for Osuny websites
homepage: 'https://www.osuny.org'
min_version: 0.111.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment