Skip to content

Commit

Permalink
testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpatek committed Mar 17, 2024
1 parent ed9a567 commit a5f8993
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,16 @@ jobs:
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DSIGFN_DOCS=ON

- name: Build
run: cmake --build ${{github.workspace}}/build --target docs
run: cmake --build ${{github.workspace}}/build --target docs

- name: Publish
uses: cpina/[email protected]
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: 'build/docs/html'
destination-github-username: 'johnpatek'
destination-repository-name: 'maxtek6.github.io'
user-email: [email protected]
target-branch: master
target-directory: docs/sigfn

0 comments on commit a5f8993

Please sign in to comment.