Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/unifyai/unify-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-fri-end committed May 2, 2024
2 parents f25b014 + 732545e commit 336b669
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- "main"
tags:
- v*
workflow_dispatch:

jobs:
Expand All @@ -11,4 +13,4 @@ jobs:
uses: unifyai/workflows/.github/workflows/docs.yml@main
secrets: inherit
with:
repo-name: hub
repo-name: hub
8 changes: 8 additions & 0 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This shell script is required by the doc-builder. Moving it might break
# the doc-building pipeline
if [[ $(arch) == 'arm64' ]]; then
brew install pandoc
else
sudo apt-get update
sudo apt-get install pandoc -y
fi

0 comments on commit 336b669

Please sign in to comment.