diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 9d917530..34786238 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -981,6 +981,18 @@ jobs: user: lowlighter plugins_errors_fatal: yes if: ${{ success() || failure() }} + - name: 🥠 Fortune - Fortune + uses: lowlighter/metrics@master + with: + filename: metrics.plugin.fortune.svg + token: NOT_NEEDED + base: "" + plugin_fortune: yes + output_action: none + delay: 120 + user: lowlighter + plugins_errors_fatal: yes + if: ${{ success() || failure() }} - name: 📸 Website screenshot - XKCD of the day uses: lowlighter/metrics@master with: diff --git a/source/plugins/community/fortune/examples.yml b/source/plugins/community/fortune/examples.yml index ba6ed84f..a861f20e 100644 --- a/source/plugins/community/fortune/examples.yml +++ b/source/plugins/community/fortune/examples.yml @@ -5,5 +5,3 @@ token: NOT_NEEDED base: "" plugin_fortune: yes - prod: - skip: true