Disable jekyll

This commit is contained in:
Andres Almiray
2021-03-26 23:52:55 +01:00
parent ddbb5660af
commit 055f844580

View File

@@ -22,6 +22,7 @@ jobs:
mkdir $GITHUB_WORKSPACE/website
cp -rf $GITHUB_WORKSPACE/build/site/* $GITHUB_WORKSPACE/website
cp -rf $GITHUB_WORKSPACE/landing/* $GITHUB_WORKSPACE/website
touch $GITHUB_WORKSPACE/website/.nojekyll
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.0.0