Skip to content

Commit

Permalink
updated gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemienski committed Jan 22, 2024
1 parent 0845714 commit 2b1b083
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
DOCKER_PASSWORD:
DOCKER_USERNAME:
GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
CUSTOM_DOMAIN: awesome.video
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
REQUIREMENTS: requirements.txt
steps:
- uses: actions/[email protected]
- name: run README.md gen
Expand All @@ -48,5 +53,5 @@ jobs:
run: make site_link
- name: run static site gen
run: make site_build
- name: run static site deploy
run: make site_deploy
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master

0 comments on commit 2b1b083

Please sign in to comment.