Cleanup GitHub-specific files
This commit is contained in:
parent
bf787955b4
commit
dba5f7a783
3 changed files with 0 additions and 16 deletions
14
.github/workflows/pages.yml
vendored
14
.github/workflows/pages.yml
vendored
|
|
@ -1,14 +0,0 @@
|
|||
on: push
|
||||
name: Build and deploy to Pages
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6
|
||||
- name: build_and_deploy
|
||||
uses: shalzz/zola-deploy-action@v0.19.2
|
||||
env:
|
||||
PAGES_BRANCH: gh-pages
|
||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
1
CNAME
1
CNAME
|
|
@ -1 +0,0 @@
|
|||
blog.jutty.dev
|
||||
|
|
@ -1 +0,0 @@
|
|||
blog.jutty.dev
|
||||
Loading…
Add table
Add a link
Reference in a new issue