Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanrax authored Sep 26, 2023
1 parent 0c9cc1a commit 2491387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
MEETUP_COOKIES: ${{ secrets.MEETUP_COOKIES }}

steps:
- uses: actions/checkout@v2
Expand All @@ -30,3 +28,5 @@ jobs:
bash build.sh
# Dist
mv dist public
env:
MEETUP_COOKIES: "${{ secrets.MEETUP_COOKIES }}"

0 comments on commit 2491387

Please sign in to comment.