Skip to content

build(deps-dev): bump sass from 1.77.0 to 1.77.1 #2920

build(deps-dev): bump sass from 1.77.0 to 1.77.1

build(deps-dev): bump sass from 1.77.0 to 1.77.1 #2920

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- master
- '[0-9]+.[0-9]+'
pull_request:
jobs:
build_warning_nix:
name: Build with warnings as errors using the environment provided by Nix
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c
- name: Build
run: nix-shell --pure --run 'make SPHINXOPTS='-W' html'
build_docker_image_theme_tuleap_org:
name: Check build of the Docker image with the tuleap.org theme (docs.tuleap.org)
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- name: Build image
run: docker build -f docs.tuleap.org/Dockerfile -t test-build .
build_docker_image_linkcheck:
name: Check build of the Docker image used to run linkcheck
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- name: Build image
run: docker build -f build-support/linkcheck-docker.dockerfile -t test-build-linkcheck .