Skip to content

Commit

Permalink
ci: update github pages deployment
Browse files Browse the repository at this point in the history
samuelrince committed Apr 18, 2024
1 parent 3a809f7 commit ea11954
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
@@ -19,6 +19,12 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Set custom domain
run: |
git fetch origin gh-pages
git checkout gh-pages
echo 'ecologits.ai' > CNAME
git add CNAME
- name: Set up python
id: setup-python
uses: actions/setup-python@v5
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: GenAI Impact

repo_name: dataforgoodfr/12_genai_impact
repo_url: https://github.com/dataforgoodfr/12_genai_impact
site_name: EcoLogits
site_url: https://ecologits.ai
repo_name: genai-impact/ecologits
repo_url: https://github.com/genai-impact/ecologits


nav:

0 comments on commit ea11954

Please sign in to comment.