Compare commits
1 Commits
b60d8de739
...
dcd7c65ef1
Author | SHA1 | Date | |
---|---|---|---|
dcd7c65ef1 |
9
.github/workflows/publish.yaml
vendored
9
.github/workflows/publish.yaml
vendored
@ -25,9 +25,10 @@ jobs:
|
|||||||
- name: "Hugo export"
|
- name: "Hugo export"
|
||||||
run: hugo -d blog
|
run: hugo -d blog
|
||||||
- name: "Deploy to Cloudflare Pages"
|
- name: "Deploy to Cloudflare Pages"
|
||||||
uses: cloudflare/wrangler-action@v3
|
uses: cloudflare/pages-action@v1
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_SECRET }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
accountId: ${{ secrets.ACCOUNT_ID }}
|
accountId: ${{ secrets.ACCOUNT_ID }}
|
||||||
command: pages deploy blog/ --project-name=blog-phundrak-com
|
projectName: conlang-phundrak-com
|
||||||
gitHubToken: ${{ secrets.TOKEN }}
|
directory: docs/.vuepress/dist/
|
||||||
|
githubToken: ${{ secrets.TOKEN }}
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<div class="post-content">{{ .Content }}</div>
|
<div class="post-content">{{ .Content }}</div>
|
||||||
<div class="post-footer">
|
<div class="post-footer">
|
||||||
<script defer src="https://comments.phundrak.com/comentario.js"></script>
|
<script defer src="https://comentario.phundrak.com/comentario.js"></script>
|
||||||
<comentario-comments></comentario-comments>
|
<comentario-comments></comentario-comments>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user