Skip to content

Commit

Permalink
Add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Feb 13, 2025
1 parent c667e54 commit 9f4627f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ concurrency:

permissions:
contents: write
pages: write
id-token: write

jobs:
ci:
Expand Down Expand Up @@ -37,3 +39,12 @@ jobs:
git add --all || true
git commit -m "[skipci] build and format" || true
git push
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "."
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 9f4627f

Please sign in to comment.