Skip to content

Commit

Permalink
Workflow: Clone SVN
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthi-chaud committed Sep 24, 2023
1 parent 28d9373 commit 4985425
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish LaTeX documents
name: Build and Publish LaTeX documents
on: [push, pull_request, workflow_dispatch]
jobs:
build_latex:
Expand Down Expand Up @@ -39,5 +39,10 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: 2024_DA2_Chromacase
- name: Display structure of downloaded files
run: ls -R
- name: Clone SVN
run: svn co "${{ secrets.SVN_URL }}" svn --username '${{ secrets.SVN_UNAME }}' --password '${{ secrets.SVN_PWD }}''
- name: Move Generated files
run: mv *.pdf svn/rendu
- name: List delivery files
run: ls -l svn/rendu

0 comments on commit 4985425

Please sign in to comment.