Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ den.oeiuwq.com
configurations den dendritic nix aspect oriented
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix closing quotes

+1 -1
+1 -1
.github/workflows/gh-pages.yml
··· 21 21 versions: ${{ steps.versions.outputs.versions }} 22 22 steps: 23 23 - run: gh api "/repos/$GITHUB_REPOSITORY/actions/artifacts" | tee ~/artifacts.json 24 - - run: jq -r '.artifacts | map({id,name} | select(.name | match("docs-"))) | group_by(.name) | map(.[0]) ~/artifacts.json | tee ~/docs.json 24 + - run: jq -r '.artifacts | map({id,name} | select(.name | match("docs-"))) | group_by(.name) | map(.[0])' ~/artifacts.json | tee ~/docs.json 25 25 - id: artifactIds 26 26 run: | 27 27 jq -r 'map(.id) | join(",")' ~/docs.json | tee ~/artifactIds