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 edc26fd commit 0c9cc1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest
env:
MEETUP_COOKIES: ${{ secrets.MEETUP_COOKIES }}

steps:
- uses: actions/checkout@v2
with:
Expand All @@ -26,6 +27,6 @@ jobs:
- name: Build
run: |
# Get data from MeetUp and render index.html
MEETUP_COOKIES=${{ secrets.MEETUP_COOKIES }} bash build.sh
bash build.sh
# Dist
mv dist public

0 comments on commit 0c9cc1a

Please sign in to comment.