diff --git a/.woodpecker.yml b/.woodpecker.yml index 41171c9..ee419a7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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}" diff --git a/docusaurus.config.js b/docusaurus.config.js index 738c01b..686ced2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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: {