Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hardys committed Mar 25, 2024
1 parent 92367b5 commit 68b63fb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,23 @@ jobs:
with:
fetch-depth: 0

- name: Run the docs build in a container
uses: addnab/docker-run-action@v3
with:
image: registry.opensuse.org/home/atgracey/cnbp/containers/builder:latest
options: -v ${{ github.workspace }}:/docs
run: |
cd /docs/asciidoc
daps -d DC-edge html
# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build
publish_dir: ./asciidoc/build/edge/html/edge
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
Expand Down

0 comments on commit 68b63fb

Please sign in to comment.