Skip to content

Commit

Permalink
env var for gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemienski committed Jan 22, 2024
1 parent 2b1b083 commit 91fa6cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
REQUIREMENTS: requirements.txt
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v4
- name: run README.md gen
run: ruby .github/convert.rb
- name: run database.json gen
Expand All @@ -54,4 +55,4 @@ jobs:
- name: run static site gen
run: make site_build
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
uses: make site_deploy

0 comments on commit 91fa6cc

Please sign in to comment.