Skip to content

Commit

Permalink
test: mise à jour des données avec les fiches au format DSFR
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot committed Oct 16, 2024
1 parent 19bc033 commit b7eb204
Show file tree
Hide file tree
Showing 18 changed files with 27,791 additions and 9,635 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Release
on:
# schedule:
# * is a special character in YAML so you have to quote this string
# - cron: "00 21 * * *"
schedule:
- cron: "00 21 * * *"
repository_dispatch:
types: manual_release
workflow_dispatch:
Expand Down Expand Up @@ -43,14 +42,14 @@ jobs:
- name: Build
run: yarn build

#- name: Start
# env:
# TOKEN_MT: ${{ secrets.TOKEN_MT }}
# DATAFILLER_URL: ${{ secrets.DATAFILLER_URL }}
# run: yarn start
- name: Start
env:
TOKEN_MT: ${{ secrets.TOKEN_MT }}
DATAFILLER_URL: ${{ secrets.DATAFILLER_URL }}
run: yarn start

#- name: Check Refs
# run: yarn checkRefs
- name: Check Refs
run: yarn checkRefs

- name: Get metadata
id: metadata
Expand Down
112 changes: 4 additions & 108 deletions data/fiches-travail.json

Large diffs are not rendered by default.

Loading

0 comments on commit b7eb204

Please sign in to comment.