Skip to content

Merge branch 'cjcchen-patch-3' of https://github.com/resilientdb/resi… #6

Merge branch 'cjcchen-patch-3' of https://github.com/resilientdb/resi…

Merge branch 'cjcchen-patch-3' of https://github.com/resilientdb/resi… #6

Workflow file for this run

name: Doxygen Action
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
#- name: Checkout
# uses: actions/checkout@v1
- name: Launch the local action
uses: ./ # Uses an action in the root directory
id: badge
with:
debug: true
directory: ./
badge: ./output/badge.svg
ignore: 'node_modules/|README'
- name: Print the output
run: |
echo "Scanned: ${{ steps.badge.outputs.counted_files }}";
echo "Line Count: ${{ steps.badge.outputs.total_lines }}";
- name: Deploy to image-data branch
#uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./output
publish_branch: image-data
github_token: ${{ secrets.GITHUB_TOKEN }}
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'