diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e3e4068..bb5324cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,13 +16,13 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: build run: make build - name: ui-test run: make ui-test - name: cypress-artifacs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-artifacts diff --git a/ckanext/datagovtheme/templates/base.html b/ckanext/datagovtheme/templates/base.html index 5629445c..9a2d992c 100644 --- a/ckanext/datagovtheme/templates/base.html +++ b/ckanext/datagovtheme/templates/base.html @@ -6,7 +6,7 @@ {% include '/snippets/gtm/gtm_head.html' %} {% endblock %} {% block open_graph_previews %} - {% include '/snippets/link_previews.html' %} + {% include '/snippets/link_preview.html' %} {% endblock %} {% endblock %}