Skip to content

Commit

Permalink
πŸ“ πŸ”§ Chore, Fix(Actions): Fix path error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Jul 20, 2024
1 parent d03e773 commit dc61fc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
channel: stable
- run: flutter --version
- name: Enable Flutter Web
working-directory: kitx_website
working-directory: "KitX Website Flutter/kitx_website"
run: flutter config --enable-web
- name: Download Dependencies
working-directory: kitx_website
working-directory: "KitX Website Flutter/kitx_website"
run: flutter pub get
- name: Build
working-directory: kitx_website
working-directory: "KitX Website Flutter/kitx_website"
run: flutter build web
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUBTOKEN }}
publish_dir: ./kitx_website/build/web
publish_dir: "./KitX Website Flutter/kitx_website/build/web"
force_orphan: true
user_name: 'github-ci[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit dc61fc2

Please sign in to comment.