summaryrefslogtreecommitdiff
path: root/static/fork-awesome/.travis.yml
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-16 17:45:03 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-16 17:45:03 -0600
commit7e49db5ddefe8c515b5f3931a5c701efaac33d91 (patch)
treed7d1efda44837a466fe079266efda90021812399 /static/fork-awesome/.travis.yml
parent3112a76dac594fe715b59e53c399b0dec5b53193 (diff)
change structure for new pyssg version
Diffstat (limited to 'static/fork-awesome/.travis.yml')
-rw-r--r--static/fork-awesome/.travis.yml31
1 files changed, 0 insertions, 31 deletions
diff --git a/static/fork-awesome/.travis.yml b/static/fork-awesome/.travis.yml
deleted file mode 100644
index 6e2a95d..0000000
--- a/static/fork-awesome/.travis.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-language:
- - ruby
- - node_js
-
-install:
- - bundle install
- - npm install
-
-script:
- - npm run build
-
-deploy:
- - provider: pages
- skip-cleanup: true
- github-token: $GITHUB_TOKEN
- keep-history: true
- local-dir: _site
- on:
- branch: master
- tags: true
- - provider: npm
- email: $NPM_EMAIL
- api_key: $NPM_TOKEN
- on:
- branch: master
- tags: true
-
-# blocklist
-branches:
- except:
- - gh-pages