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 dd0291d commit 470d1d5
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 @@ -17,8 +17,6 @@ jobs:
- uses: actions/checkout@v2
with:
node-version: "16.x"
env:
MEETUP_COOKIES: ${{ env.MEETUP_COOKIES }}

- name: Before script
run: |
Expand All @@ -27,6 +25,8 @@ jobs:
sudo apt install -y php xmlstarlet bash
- name: Build
env:
MEETUP_COOKIES: ${{ env.MEETUP_COOKIES }}
run: |
# Get data from MeetUp and render index.html
bash build.sh
Expand Down

0 comments on commit 470d1d5

Please sign in to comment.