Skip to content
Snippets Groups Projects
Select Git revision
  • 976250607bc1dc4909731e0c110eed071e5b97fd
  • master default protected
2 results

91292A024_TYPE 18-8 SS SOCKET HEAD CAP SCREW.STEP

Blame
  • .gitlab-ci.yml 284 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