Skip to content

Commit

Permalink
Evaluation is implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
ASHS21 committed Apr 25, 2024
2 parents 7457ef6 + 447c003 commit 5bef4e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Basic ODK workflow
name: Docs

# Controls when the action will run.
# Controls when the action will run.
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -17,10 +17,8 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v3

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
uses: ASHS21/csonto@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yaml
Expand Down

0 comments on commit 5bef4e9

Please sign in to comment.