Skip to content
Snippets Groups Projects
Select Git revision
  • 4e560a3db77aa073ef3cc44a9fdceaa98524b357
  • main default protected
2 results

belt_idler_body.stl

Blame
  • Forked from Jake Read / machineweek-2023
    Source project has a limited visibility.
    .gitlab-ci.yml 307 B
    # This file is a template, and might need editing before it works on your project.
    # Full project: https://gitlab.com/pages/plain-html
    pages:
      stage: deploy
      script:
        - mkdir .public
        - cp -r * .public
        - mv .public public
      artifacts:
        paths:
          - public
      only:
        - master