Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Master with Game #25

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions .github/workflows/GithubPagesDeploy.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# Tutorial: https://tigeroakes.com/posts/til-github-pages-two-branches-github-actions/

name: Github Pages Deploy

on:
push:
branches:
- master
- "V1-FE-Vanilla-Site"
- "V2-Phaser-Game"
- "PDF"
pull_request:
branches:
- master
- "V1-FE-Vanilla-Site"
- "V2-Phaser-Game"
- "PDF"

Expand All @@ -31,23 +27,14 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2-beta
with:
node-version: 17
node-version: 20

- name: Install npm dependencies
run: npm ci

- name: Build # Output build files in `dist` folder
run: npm run build

# ------- V1-FE-Vanilla-Site --------
- name: Checkout the `V1-FE-Vanilla-Site` branch
uses: actions/checkout@v2
with:
ref: V1-FE-Vanilla-Site
# Put the checked out files inside the `dist/V1` folder
path: dist/V1
clean: false

# ------- PDF --------
- name: Checkout the `PDF` branch
uses: actions/checkout@v2
Expand Down
67 changes: 0 additions & 67 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

Loading
Loading