Skip to content

Commit

Permalink
Moved to GitHub Actions (#1) 🚀
Browse files Browse the repository at this point in the history
Signed-off-by: Will Fantom <[email protected]>
  • Loading branch information
WillFantom committed Dec 4, 2021
1 parent 74126c5 commit 4b61c7e
Show file tree
Hide file tree
Showing 6 changed files with 200 additions and 171 deletions.
70 changes: 0 additions & 70 deletions .circleci/config.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Deploy to Github Pages

on:
push:
branches:
- release

jobs:
gh-pages-deploy:
name: Deploy to Github Pages
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]

- name: Install and Build 🔧
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist
git-config-name: ${{ secrets.PAGES_USER }}
git-config-email: ${{ secrets.PAGES_EMAIL }}
commit-message: "Chore: updated gh-pages 🚀 [skip ci]"
44 changes: 0 additions & 44 deletions gh-pages.sh

This file was deleted.

Loading

0 comments on commit 4b61c7e

Please sign in to comment.