Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Dec 4, 2024
2 parents 3ab35cf + 467791c commit b5e7e68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
} 2>&1 | tee -a cluster.log
cp "results.txt" "clustered/${{ inputs.out }}"
cp "cluster.log" "clustered/${{ inputs.out }}"
- uses: JamesIves/github-pages-deploy-action@v4.7.1
- uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
branch: clusters
folder: clustered
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
-e OUT="${{ inputs.out }}" -e STEPS="${{ inputs.steps }}" \
-e NUMBASE="${{ inputs.numbase }}" -e EMBEDDINGS=false \
h1alexbel/sr-detection
- uses: JamesIves/github-pages-deploy-action@v4.7.1
- uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
branch: gh-pages
folder: output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: |
mkdir gh-pages
cp paper/paper.pdf gh-pages
- uses: JamesIves/github-pages-deploy-action@v4.7.1
- uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
branch: gh-pages
folder: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
just merge "${{ inputs.folders }}" "../merged/${{ inputs.out }}" "${{ inputs.branch }}"
} 2>&1 | tee -a merge.log
cp "merge.log" "merged/${{ inputs.out }}"
- uses: JamesIves/github-pages-deploy-action@v4.7.1
- uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
branch: datasets
folder: merged
Expand Down

0 comments on commit b5e7e68

Please sign in to comment.