test deploy

This commit is contained in:
Artur Akmalov
2023-05-23 19:10:19 +05:00
parent 03a8d502b7
commit 8bf1a96146
+3 -2
View File
@@ -7,6 +7,9 @@ on:
jobs: jobs:
deploy: deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
name: Deploy to GitHub Pages name: Deploy to GitHub Pages
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -24,8 +27,6 @@ jobs:
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
env:
GITHUB_HOST: 'https://test.akmalov.com'
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build publish_dir: ./build