Skip to content

Commit

Permalink
Se añade feed.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
arandanos80 committed Jan 29, 2024
1 parent 6c693cf commit 374daf2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,10 @@ jobs:
- name: Build and deploy
run: |
bundle exec jekyll build
cp -r docs/_site/Tips/* $GITHUB_WORKSPACE
cp -r docs/Tips/* $GITHUB_WORKSPACE
env:
GITHUB_WORKSPACE: ${{ github.workspace }}

- name: Debug _site content
run: |
ls -R docs/_site/Tips
- name: Copy files to GitHub workspace
run: |
cp -r docs/_site/Tips/* $GITHUB_WORKSPACE
ls -R docs/_site/Tips

0 comments on commit 374daf2

Please sign in to comment.