Skip to content

Commit

Permalink
Update nextra.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbroseX committed Feb 6, 2024
1 parent 7435644 commit fda3031
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nextra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build and export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Set permissions
run: |
chmod -R 755 ./dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit fda3031

Please sign in to comment.