diff --git a/.forgejo/workflows/update_publications_data.yaml b/.forgejo/workflows/update_publications_data.yaml index b2bc5e7..07e8396 100644 --- a/.forgejo/workflows/update_publications_data.yaml +++ b/.forgejo/workflows/update_publications_data.yaml @@ -18,12 +18,11 @@ jobs: uses: ./.forgejo/actions/prep-metadata-query - name: Install jq run: | - curl -o ~/.local/bin/jq https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-linux-amd64 - chmod +x ~/.local/bin/jq - jq --version + apt-get update + apt-get install -y jq - name: Update pages run: | - dtc get-records ${DUMPTHINGS_APIURL} public -C XYZPublication \ + dtc get-records ${{ env.DUMPTHINGS_APIURL }} public -C XYZPublication \ | qri inline-records -p about -p attributed_to -c public \ | jq -sc '{pid: "xyzri:this-is-not-important", publications: .}' \ | qri render-record page_templates/publications.json.j2 'data/publications.json'