Skip to content

Commit

Permalink
fix: ci 44
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0-911 committed Apr 5, 2024
1 parent 42e8293 commit e45e9de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,16 @@ jobs:

deploy:
name: Deploy
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
needs: [merge-artifacts]
permissions:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Configure Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit e45e9de

Please sign in to comment.