Skip to content

remove dzone link

remove dzone link #3

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: build
run: |
mkdir target
docker run --rm -v $(pwd):/documents/ lihame/course-doc asciidoctor src/main/asciidoc/links.adoc -o target/index.html
cp src/main/asciidoc/images target -r
- name: GitHub Pages
uses: crazy-max/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
build_dir: target