removed file to publish to github

This commit is contained in:
Eduardo Cueto Mendoza 2020-06-14 00:33:07 -06:00
parent 538642b269
commit 8158e62542
1 changed files with 0 additions and 17 deletions
.github/workflows

View File

@ -1,17 +0,0 @@
name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.FRANKLIN }}
BRANCH: gh-pages
FOLDER: __site