Spinner at current directory #33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy to Hugging Face Space | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Push to Hugging Face Space | |
env: | |
MKFLASHCARDS_TOKEN: ${{ secrets.MKFLASHCARDS_TOKEN }} | |
run: git push -f https://intellectronica:[email protected]/spaces/intellectronica/mkflashcards main |