mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-02-16 02:30:58 +00:00
fix bash script
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -9,6 +9,7 @@ jobs:
|
||||
deploy:
|
||||
environment:
|
||||
name: github-pages
|
||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
name: Deploy to GitHub Pages
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -31,4 +32,4 @@ jobs:
|
||||
publish_dir: ./build
|
||||
|
||||
- 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