Merge branch 'dev'

# Conflicts:
#	.github/workflows/build_deploy_master.yml
#	.github/workflows/build_dev.yml
#	package-lock.json
#	public/android-chrome-192x192.png
#	public/android-chrome-512x512.png
#	public/apple-touch-icon.png
#	public/favicon-16x16.png
#	public/favicon-32x32.png
#	public/favicon.ico
#	src/components/Discord.tsx
#	src/components/Footer.tsx
#	src/components/Hero.tsx
#	src/components/Navbar.tsx
#	src/components/Team.tsx
#	src/data/Projects.json
#	src/data/Team.json
#	src/images/pse-logo.svg
#	src/images/unirep.svg
#	src/index.css
This commit is contained in:
Hendrik Eeckhaut
2023-07-24 11:39:43 +02:00
81 changed files with 778 additions and 2159 deletions

View File

@@ -3,10 +3,6 @@ name: Build & Deploy to Pages
on:
push:
branches: [ master ]
pull_request:
types: [closed]
branches:
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@@ -28,7 +24,7 @@ jobs:
npm run prerender
- name: Deploy to gh-pages branch
uses: JamesIves/github-pages-deploy-action@v4.3.3
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages
folder: build

View File

@@ -10,7 +10,6 @@ on:
workflow_dispatch:
jobs:
build-and-deploy-dev:
permissions:
@@ -31,8 +30,7 @@ jobs:
npm run prerender
- name: Deploy to gh-pages-dev branch
uses: JamesIves/github-pages-deploy-action@v4.3.3
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages-dev
folder: build