Skip to content

Commit

Permalink
chore: skip raid helper scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryp-erl committed Sep 23, 2023
1 parent da3b83d commit 73eb014
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
with:
go-version: ">=1.18.0"

- name: Get Raid Helper Events
env:
RH_SERVERID: ${{ secrets.RH_SERVERID }}
RH_APIKEY: ${{ secrets.RH_APIKEY }}
run: |
go run scripts/main.go
# - name: Get Raid Helper Events
# env:
# RH_SERVERID: ${{ secrets.RH_SERVERID }}
# RH_APIKEY: ${{ secrets.RH_APIKEY }}
# run: |
# go run scripts/main.go

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down

0 comments on commit 73eb014

Please sign in to comment.