Skip to content

Commit

Permalink
fix(): ci
Browse files Browse the repository at this point in the history
  • Loading branch information
limitofzero committed Jan 20, 2024
1 parent 5bf5700 commit e8321d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- main
permissions:
contents: write
id-token: write
env:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
Expand All @@ -24,6 +28,7 @@ jobs:
yarn build
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

# - name: Deploy 🚀
Expand Down

0 comments on commit e8321d4

Please sign in to comment.