mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-06 05:27:51 +00:00
Merge branch 'main' into develop
This commit is contained in:
5
.github/workflows/website.yml
vendored
5
.github/workflows/website.yml
vendored
@@ -2,6 +2,9 @@ name: Deploy Website
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- gh-pages
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@@ -35,4 +38,4 @@ jobs:
|
|||||||
path: './dist'
|
path: './dist'
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user