Skip to content

Commit

Permalink
.github/workflows/testing.yml: copy Docs secret into docker volume
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Jun 24, 2024
1 parent a757612 commit ba2b443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- name: 'Configure build presets'
run: |
echo -e ' prefix=/\n CC=clang \n CXX=clang++ \n CLANG_TIDY=clang-tidy ' > config-defaults.mk
(umask 0077 && cat <<< "${{ secrets.SSH_ID_GHDOCS4ANKLANG_ECDSA }}" > .git/.ssh_id_ghdocs4anklang)
misc/cirun dir2vol . ;# copy current git to /cirun
- name: 'Upload API Docs' # http://tim-janik.github.io/docs/anklang
run: |
misc/cirun make -j`nproc` all
(umask 0077 && cat <<< "${{ secrets.SSH_ID_GHDOCS4ANKLANG_ECDSA }}" > .git/.ssh_id_ghdocs4anklang)
misc/cirun doc/poxy.sh -b -u
ArchReplay:
Expand Down

0 comments on commit ba2b443

Please sign in to comment.