File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 steps :
2626 - name : Checkout
2727 uses : actions/checkout@v4
28-
28+
2929 - name : Setup Pages
3030 uses : actions/configure-pages@v5
31-
31+
3232 - name : Setup dotnet
3333 uses : actions/setup-dotnet@v4
3434 with :
@@ -58,10 +58,10 @@ jobs:
5858 - name : Copy output artifacts
5959 run : |
6060 mkdir -p _site/locking_table_interlocking
61- cp -r locking_table_interlocking/simulator/react/build/client/ _site/locking_table_interlocking/
61+ cp -r locking_table_interlocking/simulator/react/build/client _site/locking_table_interlocking/
6262 mkdir -p _site/geographical_interlocking
63- cp -r geographical_interlocking/simulator/react/build/client/ _site/geographical_interlocking/
64-
63+ cp -r geographical_interlocking/simulator/react/build/client _site/geographical_interlocking/
64+
6565 - name : Upload artifact
6666 uses : actions/upload-pages-artifact@v3
6767
You can’t perform that action at this time.
0 commit comments