Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

gcloudbuild.yaml 436 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  1. steps:
  2. - name: 'gcr.io/cloud-builders/git'
  3. args:
  4. - 'clone'
  5. - 'https://dagshub.com/DagsHub-Official/dagshub-docs'
  6. - '.'
  7. - name: 'squidfunk/mkdocs-material:9.4.6'
  8. args:
  9. - 'build'
  10. - name: 'gcr.io/cloud-builders/gcloud-slim'
  11. entrypoint: 'gsutil'
  12. args:
  13. - '-m'
  14. - rsync
  15. - '-x'
  16. - '^client/.*'
  17. - '-d'
  18. - '-r'
  19. - build/docs
  20. - gs://dagshub-docs/docs
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...