Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
Allan-Nava authored Jun 25, 2024
1 parent 1741f51 commit f9e3b80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -21,11 +21,8 @@ jobs:
- name: Install dependencies
run: npm install -g mintlify

- name: Mintlify install
run: mintlify install # Adjust this command based on how Mintlify builds your site

- name: Build the site
run: mintlify build # Adjust this command based on how Mintlify builds your site
run: mintlify dev # Adjust this command based on how Mintlify builds your site

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3

0 comments on commit f9e3b80

Please sign in to comment.