Skip to content

Commit

Permalink
fix(ci): remove useless steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Oct 18, 2024
1 parent e8860c1 commit 7146641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,9 @@ jobs:

- name: Build static website
run: |
geotribu --help > content/toc_nav_ignored/snippets/code/geotribu_cli_help.txt
python scripts/050_mkdocs_populate_latest.py -c mkdocs.yml
python scripts/100_mkdocs_config_merger.py -c mkdocs.yml
mkdocs build --clean --config-file mkdocs.yml --verbose --strict
env:
MKDOCS_ENABLE_PLUGIN_BLOG: true
MKDOCS_ENABLE_PLUGIN_GIT_AUTHORS: true
MKDOCS_ENABLE_PLUGIN_GIT_COMMITTERS: true
MKDOCS_ENABLE_PLUGIN_GIT_DATES: true
Expand All @@ -75,7 +73,6 @@ jobs:
MKDOCS_ENABLE_PLUGIN_TAGS: true
MKDOCS_ENABLE_PLUGIN_TYPESET: true
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GITHUB_TOKEN }}
MKDOCS_GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ site_dir: !ENV [MKDOCS_OUTPUT_DIR, "./build/mkdocs/site"]
# Plugins
plugins:
- blog:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_BLOG, true]
archive_name: By dates
archive_url_date_format: yyyy/MM
archive_url_format: "{date}"
Expand Down

0 comments on commit 7146641

Please sign in to comment.