mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-07-02 04:18:56 +10:00
Update critical file(s) according to Chirpy v5.3.1
This commit is contained in:
5
.github/workflows/pages-deploy.yml
vendored
5
.github/workflows/pages-deploy.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: "Build and deploy"
|
||||
name: "Build and Deploy"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@ -8,7 +8,7 @@ on:
|
||||
- .gitignore
|
||||
- README.md
|
||||
- LICENSE
|
||||
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
@ -60,7 +60,6 @@ jobs:
|
||||
path: "_site${{ steps.pages.outputs.base_path }}"
|
||||
|
||||
deploy:
|
||||
name: "Deploy site"
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
Reference in New Issue
Block a user