Skip to content

Commit

Permalink
ci: polishes
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Apr 21, 2024
1 parent c3dcd86 commit cf1dd1a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Enable Corepack
- name: Enable Corepack for Yarn Modern
run: corepack enable
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -54,14 +54,17 @@ jobs:
runs-on: ubuntu-latest
needs: build_and_upload
permissions:
actions: read
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deploy.outputs.page_url }}
steps:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Deploy to GitHub Pages
id: deploy
uses: actions/deploy-pages@v4
with:
artifact_name: 'gh-pages-${{github.sha}}'

0 comments on commit cf1dd1a

Please sign in to comment.