mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2026-01-04 18:16:00 -05:00
move .github to root
This commit is contained in:
parent
cb98c684bb
commit
e303067657
1 changed files with 0 additions and 0 deletions
15
.github/workflows/jekyllbuild.yml
vendored
Normal file
15
.github/workflows/jekyllbuild.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: Build and deploy Jekyll site to GitHub Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
github-pages:
|
||||
runs-on: ubuntu-16.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: helaili/jekyll-action@2.0.1
|
||||
env:
|
||||
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue