Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shunk031 committed Feb 9, 2024
1 parent e9680d3 commit 3b6001f
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/push_to_space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ jobs:

steps:
- name: Checkout GitHub repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: github-repository

# - name: Checkout Huggingface repository

# - name: Push to Huggingface hub
# env:
# HF_TOKEN: ${{ secrets.HF_TOKEN }}
# HF_USERNAME: ${{ secrets.HF_USERNAME }}
# run: |
# git clone https://${HF_USERNAME}:${HF_TOKEN}@huggingface.co/spaces/${HF_USERNAME}/layout_alignment
- run: |
ls
- name: Checkout Huggingface repository
uses: actions/checkout@v4
with:
repository: huggingface/layout_alignment
path: huggingface-repository
github-server-url: https://huggingface.co/spaces
token: ${{ secrets.HF_TOKEN }}

0 comments on commit 3b6001f

Please sign in to comment.