Skip to content

Commit

Permalink
Rm explicit run commands to render html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mjboothaus committed May 16, 2024
1 parent 244325c commit f79b51c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
with:
node-version: '14' # Specify the Node.js version you need

- name: Render HTML (if needed)
run: |
# Add commands to render your HTML files here
# For example, if you're using a static site generator:
npm install
npm run build
# - name: Render HTML (if needed)
# run: |
# # Add commands to render your HTML files here
# # For example, if you're using a static site generator:
# npm install
# npm run build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit f79b51c

Please sign in to comment.