Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f525195b authored by Jason Kridner's avatar Jason Kridner
Browse files

Merge branch 'main' of git.beagleboard.org:docs/docs.beagleboard.io

parents 2a3fa93f 7cfd5fe9
Branches
No related merge requests found
......@@ -3,6 +3,11 @@ image: beagle/sphinx-build-env:latest
stages:
- deploy
cache:
paths:
- public
- public/0.0.7
pages:
stage: deploy
script:
......@@ -12,5 +17,6 @@ pages:
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
only:
- main
- 0.0.7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment