Browse Source

chore: remove useless line

pull/18800/head
orzyyyy 5 years ago
parent
commit
5f6f325ef6
  1. 3
      .github/workflows/deploy-site.yml

3
.github/workflows/deploy-site.yml

@ -2,8 +2,7 @@ name: Deploy website
on:
release:
types: [published]
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest

Loading…
Cancel
Save