mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 16:10:16 +00:00
fix bash script
This commit is contained in:
@@ -9,6 +9,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
|
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
name: Deploy to GitHub Pages
|
name: Deploy to GitHub Pages
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -31,4 +32,4 @@ jobs:
|
|||||||
publish_dir: ./build
|
publish_dir: ./build
|
||||||
|
|
||||||
- name: GitHub Pages custom URL
|
- name: GitHub Pages custom URL
|
||||||
run: bash github-page-url.sh
|
run: bash GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} github-page-url.sh
|
||||||
Reference in New Issue
Block a user