Skip to content

Commit

Permalink
Update publish directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Dec 19, 2024
1 parent 5e4bae1 commit 716694b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ jobs:
# Copy files except .ipynb, node_modules, .quarto, .gitignore, and temp_website
find . -type f -not -path "*/node_modules/*" -not -path "*/.quarto/*" -not -path "./temp_website/*" -not -name "*.ipynb" -not -name ".gitignore" -exec cp --parents {} temp_website/ \;
# Check the contents of the temp_website directory
ls -la temp_website
# check current working directory
pwd
gh-release:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
Expand Down Expand Up @@ -122,4 +116,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: temp_website
publish_dir: ./temp_website

0 comments on commit 716694b

Please sign in to comment.