Skip to content

Commit

Permalink
Building and deploying with Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed May 11, 2021
1 parent 05899d2 commit b5bd125
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/jekyll_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build and deploy to GitHub Pages

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

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

This file was deleted.

0 comments on commit b5bd125

Please sign in to comment.