Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add github workflow …
Browse files Browse the repository at this point in the history
…for deploying top list
  • Loading branch information
bas080 committed Jun 18, 2024
1 parent b2bc7f0 commit 2636148
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build and Deploy TopList

permissions:
contents: write

on:
push:
branches:
Expand Down Expand Up @@ -32,8 +35,6 @@ jobs:

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
permissions:
contents: write
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

0 comments on commit 2636148

Please sign in to comment.