Skip to content

Update main.yml

Update main.yml #6

Workflow file for this run

name: Metrics embed
on:
push:
branches:
- main
schedule:
- cron: '0 0 1 * *'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Generate Metrics
uses: lowlighter/[email protected]
with:
filename: metrics.plugin.screenshot.svg
token: NOT_NEEDED
base: ''
plugin_screenshot: 'yes'
plugin_screenshot_title: riannegreiros.dev
plugin_screenshot_url: 'https://riannegreiros.dev'
plugin_screenshot_background: 'no'
plugin_screenshot_viewport: '{"width": 1280, "height": 640}'