Skip to content

Commit

Permalink
Merge pull request #70 from abes-esr/FEAT_DOCUSAURUS_Mise_en_place
Browse files Browse the repository at this point in the history
github action sur la branche main uniquement
  • Loading branch information
clementdelafontaine authored Jun 11, 2024
2 parents 79a3d70 + 77dfbb3 commit d0fb397
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-test-pubtodockerhub.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "build-test-pubtodockerhub"
name: "build-pubtodockerhub"

# IMPORTANT : personnalisez cette variable pour que les images
# de votre application soient pousées sur dockerhub
Expand All @@ -8,6 +8,8 @@ env:

on:
push:
branches:
- main
paths-ignore:
- '.github/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
title={`${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
<HomepageHeader />
<main>
Expand Down

0 comments on commit d0fb397

Please sign in to comment.