Skip to content

Commit

Permalink
Test github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
unshame committed Jan 7, 2024
1 parent 0a389a3 commit 508d104
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ on:
push:
branches:
- master
- pages

jobs:
deploy:
runs-on: ubuntu-latest

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

permissions:
contents: 'read'
id-token: 'write'
Expand All @@ -22,6 +27,12 @@ jobs:
- run: npm install
- run: npm run build

- uses: actions/configure-pages@v4
- uses: actions/upload-pages-artifact@v3
with:
path: './prod/public'
- uses: actions/deploy-pages@v4

- uses: google-github-actions/auth@v2
with:
project_id: 'sinuous-crow-410507'
Expand Down

0 comments on commit 508d104

Please sign in to comment.