Skip to content

Commit

Permalink
Left Travis for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ymollard committed Jul 31, 2021
1 parent ca90b57 commit 7ae6cab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build and deploy Jekyll site to GitHub Pages

on:
push:
branches:
- master

jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GHPAGES_TOKEN }}
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

0 comments on commit 7ae6cab

Please sign in to comment.