(debug) update configuration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2024-01-25 17:44:05 +01:00
parent 403253337f
commit 55745685cc
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 3 additions and 4 deletions

View file

@ -9,16 +9,16 @@ steps:
update:
image: alpine/git
commands:
- mv build /tmp/
- git config --global user.email ci@gitnet.fr
- git config --global user.name CI
- git add .
- git commit -m build -a
- git fetch --no-tags origin +refs/heads/pages
- git switch pages
- mv build /tmp/
- rm * -fr
- mv /tmp/build/* .
- mv /tmp/build/.* .
- cat index.html
- git add .
- git commit -m "Build ${CI_BUILD_NUMBER}"

View file

@ -52,8 +52,7 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
image: 'content/card.jpg',
image: 'https://deblan.gitnet.page/side_menu_doc/content/card.jpg',
navbar: {
title: 'Home',
logo: {