Skip to content

Commit

Permalink
Commented out unnecessary build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiederholung committed Jan 26, 2024
1 parent e3f2bdf commit abed210
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/slidev-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
run: |
cd slidev/
echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)" >> $GITHUB_ENV
npx slidev build --base /$REPO_NAME/
# npx slidev build --base /$REPO_NAME/
npx slidev build --base /Overcooked-AI/
- name: Fix permissions
run: |
chmod -c -R +rX "slidev/dist/" | while read line; do
Expand Down

0 comments on commit abed210

Please sign in to comment.