Skip to content

Commit

Permalink
Merge pull request #81 from n0y/feat/runde-mit-aufgaben
Browse files Browse the repository at this point in the history
feat: Rundengefechte mit gewählten Aufgaben
  • Loading branch information
n0y authored Jun 20, 2023
2 parents f62dd98 + 960a364 commit ff13d80
Show file tree
Hide file tree
Showing 11 changed files with 4,282 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-push-to-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/[email protected]
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm install
node-version: '18'
- run: npm ci
- run: npm run build

- name: Deploy to GitHub Pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/[email protected]
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm install
node-version: '18'
- run: npm ci
- run: npm run build
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
gen
/build/
/node_modules/
/package-lock.json
/repository/modules/ROOT/pages/practices/
Loading

0 comments on commit ff13d80

Please sign in to comment.