Skip to content

credit will with writing the document #37

credit will with writing the document

credit will with writing the document #37

Workflow file for this run

name: Github Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build AsciiDoc with Asciidoctor
uses: ./.github/actions/asciidoctor-action
with:
files: index.adoc
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./asciidoc-out
cname: bitcoincore.wtf