gh page auto custom url

This commit is contained in:
Artur Akmalov
2023-05-23 20:45:37 +05:00
parent c3d9c8c9c7
commit 25636c17ca
3 changed files with 13 additions and 4 deletions
+4 -2
View File
@@ -9,7 +9,6 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
@@ -29,4 +28,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_dir: ./build
- name: GitHub Pages custom URL
run: bash github-page-url.sh