Skip to content

Commit

Permalink
ci: update ci-docs name
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo committed Mar 21, 2023
1 parent aed6a09 commit d592066
Show file tree
Hide file tree
Showing 6 changed files with 682 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Use NODE_ENV=production
run: echo "NODE_ENV=production" >> $GITHUB_ENV

- name: Set the site URL
run: echo "NUXT_PUBLIC_SITE_URL=https://aneoconsulting.github.io/ArmoniK.Community" >> $GITHUB_ENV

- name: Static HTML export with Nuxt
run: nr generate

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Docs
name: Validate Docs Generation

on:
pull_request:
Expand Down
1 change: 1 addition & 0 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export default defineAppConfig({
docus: {
title: "ArmoniK.Community",
description: "All our ways of working and our good practices.",
titleTemplate: "%s - ArmoniK.Community",
socials: {
github: 'aneoconsulting/ArmoniK.Community',
},
Expand Down
7 changes: 7 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ export default defineNuxtConfig({
},

extends: "@aneoconsultingfr/armonik-docs-theme",

runtimeConfig: {
public: {
siteName: 'ArmoniK.Community',
siteDescription: 'All our ways of working and our good practices.',
}
},
})
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"@nuxt/eslint-config": "^0.1.1",
"eslint": "^8.35.0",
"nuxt": "^3.2.2",
"nuxt": "^3.3.1",
"rollup": "3.18.0",
"@aneoconsultingfr/armonik-docs-theme": "^0.5.3"
"@aneoconsultingfr/armonik-docs-theme": "^0.6.0"
}
}
Loading

0 comments on commit d592066

Please sign in to comment.