Test
This commit is contained in:
parent
c04533b327
commit
a128099d92
15
.gitea/workflows/deploy.yml
Normal file
15
.gitea/workflows/deploy.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Deploy website
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
# branches:
|
||||||
|
# - master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Call the Docker Compose stack to build the page
|
||||||
|
run: docker-compose exec jekyll build
|
Loading…
x
Reference in New Issue
Block a user