Skip to content

Commit

Permalink
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: updatePage
name: updateDocsPage

on:
push:
paths:
- '**.md'
- "**.md"

jobs:
deploy:
@@ -53,6 +53,6 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: 'comic-read-docs'
directory: 'docs/.vitepress/dist'
projectName: "comic-read-docs"
directory: "docs/.vitepress/dist"
branch: main
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: 'master'
ref: "master"
- name: Release
uses: softprops/action-gh-release@v1
with:
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
@@ -6,5 +6,5 @@

a > img {
display: inline;
margin: 0 .1em;
margin: 0 0.1em;
}

0 comments on commit 969ddcb

Please sign in to comment.