Skip to content

Update video embed to GIF in overview documentation #375

Update video embed to GIF in overview documentation

Update video embed to GIF in overview documentation #375

Workflow file for this run

name: Compile Hugo
on:
pull_request:
branches: [ "*" ]
paths-ignore:
- README.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 20
- run: npm install -g yarn
- run: yarn install
- run: yarn run hugo
- run: yarn run dprint check
- uses: score-spec/setup-score@8dce39f07e47ddee44ad7f6699675e12e484ef46 # v3.2.2
with:
file: score-compose
token: ${{ secrets.GITHUB_TOKEN }}
version: 'latest'
- run: |
score-compose init --no-sample
score-compose generate score.yaml --build main=.
- run: |
docker compose up --build -d
- run: |
curl $(score-compose resources get-outputs dns.default#score-docs.dns --format '{{ .host }}:8080/docs/')