Fix website workflow

This commit is contained in:
Pascal Jufer 2023-10-29 04:15:18 +01:00
parent 90fdaa6303
commit fd80cb43f0
No known key found for this signature in database

View file

@ -32,10 +32,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Export website
run: ./node_modules/.bin/next export
working-directory: iconoir.com
- name: Setup GitHub Pages
uses: actions/configure-pages@v3