generate tilemap 3D animation #366
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: generate tilemap 3D animation | |
on: | |
schedule: [{cron: "0 0 * * *"}] | |
workflow_dispatch: | |
# push: { branches: ["out"] } | |
jobs: | |
github-metrics: | |
runs-on: ubuntu-latest | |
environment: | |
name: production | |
permissions: | |
contents: write | |
steps: | |
- name: Main | |
uses: lowlighter/metrics@latest | |
with: | |
filename: .github/metrics/classic.svg | |
token: ${{ secrets.METRICS_TOKEN }} | |
base: header, repositories | |
output_action: none | |
plugin_lines: yes | |
- name: Half-year calendar | |
uses: lowlighter/metrics@latest | |
with: | |
filename: .github/metrics/isocalendar.svg | |
token: ${{ secrets.METRICS_TOKEN }} | |
base: "" | |
output_action: none | |
plugin_isocalendar: yes | |
- name: Indepth analysis | |
uses: lowlighter/metrics@latest | |
with: | |
filename: .github/metrics/languages.svg | |
token: ${{ secrets.METRICS_TOKEN }} | |
base: "" | |
output_action: none | |
plugin_languages: yes | |
plugin_languages_ignored: >- | |
html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, yaml, | |
gnuplot |