Skip to content

Commit

Permalink
Fix broken station logos, make checks in deployment optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenvh1 committed Jan 6, 2025
1 parent 940d596 commit 959c9f5
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check whether city files are valid
uses: ali-kamalizade/[email protected]
with:
directory: 'web/cities'
ecmaVersion: 'es5'
files: '*.js'
- name: Check whether station files are valid
uses: ali-kamalizade/[email protected]
with:
directory: 'web/stations'
ecmaVersion: 'es5'
files: '*.js'
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 959c9f5

Please sign in to comment.