Compare commits
2 Commits
dcd7c65ef1
...
b60d8de739
Author | SHA1 | Date | |
---|---|---|---|
b60d8de739 | |||
d69b0aa237 |
9
.github/workflows/publish.yaml
vendored
9
.github/workflows/publish.yaml
vendored
@ -25,10 +25,9 @@ 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/pages-action@v1
|
uses: cloudflare/wrangler-action@v3
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_SECRET }}
|
||||||
accountId: ${{ secrets.ACCOUNT_ID }}
|
accountId: ${{ secrets.ACCOUNT_ID }}
|
||||||
projectName: conlang-phundrak-com
|
command: pages deploy blog/ --project-name=blog-phundrak-com
|
||||||
directory: docs/.vuepress/dist/
|
gitHubToken: ${{ secrets.TOKEN }}
|
||||||
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://comentario.phundrak.com/comentario.js"></script>
|
<script defer src="https://comments.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