Skip to content

Commit

Permalink
Merge pull request #57 from maurodesouza/fix/snake-action
Browse files Browse the repository at this point in the history
🐛  fix: snake action
  • Loading branch information
maurodesouza committed Nov 1, 2023
2 parents 02d4470 + 72fb65a commit 7287187
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/generators/workflows/sections/snake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@ on:
jobs:
generate:
permissions:
contents: write
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: generate snake.svg
uses: Platane/snk/svg-only@v2
uses: Platane/snk/svg-only@v3
with:
github_user_name: ${'${{ github.repository_owner }}'}
outputs: dist/snake.svg
outputs: dist/snake.svg?palette=github-dark
- name: push snake.svg to the output branch
uses: crazy-max/ghaction-github-pages@v2.6.0
uses: crazy-max/ghaction-github-pages@v3.1.0
with:
target_branch: output
build_dir: dist
Expand Down

1 comment on commit 7287187

@vercel
Copy link

@vercel vercel bot commented on 7287187 Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.