Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanrax committed Sep 26, 2023
1 parent 2491387 commit 5a8abd3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
sudo apt install -y php xmlstarlet bash
- name: Build
env:
MEETUP_COOKIES: ${{ secrets.MEETUP_COOKIES }}
run: |
echo KEY: '${MEETUP_COOKIES}'
# Get data from MeetUp and render index.html
bash build.sh
# Dist
mv dist public
env:
MEETUP_COOKIES: "${{ secrets.MEETUP_COOKIES }}"

0 comments on commit 5a8abd3

Please sign in to comment.