This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack-installer.git
commit 60c0282b8d04dae0eaa27299f7c0f04b52b5de0e Author: Rohit Yadav <[email protected]> AuthorDate: Mon May 13 11:36:47 2024 +0000 workflow improvements Signed-off-by: Rohit Yadav <[email protected]> --- .github/workflows/workflow.yml | 8 ++++---- index.html | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 3d2ab94..03260d0 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -7,7 +7,7 @@ jobs: name: Directory Listings Index steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: main @@ -17,9 +17,9 @@ jobs: FOLDER: ./ - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: - path: './' # upload generated folder + path: '.' deploy: needs: pages-directory-listing @@ -37,4 +37,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4 diff --git a/index.html b/index.html deleted file mode 120000 index 61e71e2..0000000 --- a/index.html +++ /dev/null @@ -1 +0,0 @@ -install.sh \ No newline at end of file
