Skip to content

Merge branch 'test/runner_scale_sets_for_ci' of github.com:Crypto-TII… #62

Merge branch 'test/runner_scale_sets_for_ci' of github.com:Crypto-TII…

Merge branch 'test/runner_scale_sets_for_ci' of github.com:Crypto-TII… #62

name: Generate and submit documentation
on:
push:
branches:
- test/runner_scale_sets_for_ci
jobs:
generate-documentation:
# if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' && github.event.pull_request.head.ref == 'develop'
runs-on: self-hosted-k3s
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0
- name: touch a file
run: |
cd /home/runner/_work/claasp
touch test.txt
- name: upload artifact
uses: actions/upload-artifact@v2
with:
name: test-artifact
path: /home/runner/_work/claasp/test.txt
# - name: Generate documentation
# run: make doc