Skip to content

Commit

Permalink
Update docs.yml second time
Browse files Browse the repository at this point in the history
  • Loading branch information
ASHS21 committed Apr 9, 2024
1 parent f2dc217 commit 63d360c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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,11 +17,9 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v3

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

0 comments on commit 63d360c

Please sign in to comment.