From 9469c439f9f8163c35d10c2602df171b2128897b Mon Sep 17 00:00:00 2001 From: alex <alexandre.meyer@univ-lyon1.fr> Date: Fri, 18 Nov 2022 08:59:53 +0100 Subject: [PATCH] ...a --- .gitignore | 8 +-- .gitlab-ci.yml | 64 +++++++++---------- ...amework,Version=v4.0.AssemblyAttributes.cs | 8 +-- web/config.toml | 10 +-- 4 files changed, 45 insertions(+), 45 deletions(-) diff --git a/.gitignore b/.gitignore index ddb84be..2d7eb53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*.lock - -web/public -public +*.lock + +web/public +public diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23c32f0..4d40d81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,32 +1,32 @@ -# The Docker image that will be used to build your app -image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest - - - -pages: - script: - - cd web - - hugo - - mv public ../public - - ls -la .. - - ls -la ../public - artifacts: - paths: - - public - only: - - main - - - -# test: -# script: -# - pwd -# - cd web -# - hugo -# - mv public ../public -# - ls -la .. -# - ls -la ../public -# - chmod 755 ../public -# - chmod 644 ../public/index.html -# except: -# - main +# The Docker image that will be used to build your app +image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest + + + +pages: + script: + - cd web + - hugo + - mv public ../public + - ls -la .. + - ls -la ../public + artifacts: + paths: + - public + only: + - main + + + +# test: +# script: +# - pwd +# - cd web +# - hugo +# - mv public ../public +# - ls -la .. +# - ls -la ../public +# - chmod 755 ../public +# - chmod 644 ../public/index.html +# except: +# - main diff --git a/TP/NP_controle/Box2D/src/Contributions/Platforms/TestBed.Net/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs b/TP/NP_controle/Box2D/src/Contributions/Platforms/TestBed.Net/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs index 5d01041..9e65edd 100644 --- a/TP/NP_controle/Box2D/src/Contributions/Platforms/TestBed.Net/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs +++ b/TP/NP_controle/Box2D/src/Contributions/Platforms/TestBed.Net/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs @@ -1,4 +1,4 @@ -// <autogenerated /> -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")] +// <autogenerated /> +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")] diff --git a/web/config.toml b/web/config.toml index ef99ba4..2936e58 100644 --- a/web/config.toml +++ b/web/config.toml @@ -1,5 +1,5 @@ -baseURL = 'http://alexandre.meyer.pages.univ-lyon1.fr/' -languageCode = 'fr-FR' -title = "M1if37" - -theme = 'hugo-flex' +baseURL = 'http://alexandre.meyer.pages.univ-lyon1.fr/' +languageCode = 'fr-FR' +title = "M1if37" + +theme = 'hugo-flex' -- GitLab