Skip to content

Commit

Permalink
Add new file
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Aug 13, 2020
1 parent 986953f commit cefaf89
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .snootclub/ci.yml
@@ -0,0 +1,12 @@
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- default

0 comments on commit cefaf89

Please sign in to comment.