Skip to content

Commit

Permalink
ci: add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrien Froger committed Sep 4, 2024
1 parent 698247b commit 80fe603
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI
on: [push]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: redkubes/[email protected]
with:
source-folder: website
git-user: ${{ secrets.GIT_USER }}
git-password: ${{ secrets.GITHUB_TOKEN }}
deployment-branch: gh-pages

0 comments on commit 80fe603

Please sign in to comment.