wip
This commit is contained in:
parent
22f0fd4176
commit
bde198ab0f
@ -14,14 +14,15 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- name: Install build tools
|
||||
run: |
|
||||
apt update --yes
|
||||
apt install --yes build-essential
|
||||
# - name: Install build tools
|
||||
# run: |
|
||||
# apt update --yes
|
||||
# apt install --yes build-essential
|
||||
- name: Verify links in markdown files
|
||||
env:
|
||||
CONTAINER_RUNTIME: docker
|
||||
HELM_IMAGE_REGISTRY_HOST: harbor.cryptic.systems
|
||||
HELM_IMAGE_REPOSITORY: docker/library/node
|
||||
run: |
|
||||
ls -la $(pwd)
|
||||
make container-run/readme/link
|
Loading…
Reference in New Issue
Block a user