From 0b38b9619357f3532dbc8babaf00c6752f95c174 Mon Sep 17 00:00:00 2001 From: MeenuKumari28 Date: Thu, 17 Nov 2022 05:57:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Ready=20to=20clone=20and=20code.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rename.yml | 33 --------------------------------- FPM.ftd | 4 ++-- README.md | 2 +- index.ftd | 2 +- 4 files changed, 4 insertions(+), 37 deletions(-) delete mode 100644 .github/workflows/rename.yml diff --git a/.github/workflows/rename.yml b/.github/workflows/rename.yml deleted file mode 100644 index 6eca32b..0000000 --- a/.github/workflows/rename.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Rename the project from template - -on: [push] - -jobs: - rename-project: - if: ${{ github.repository != 'fifthtry/fpm-template' && github.run_number == 1 }} - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - # this fetches all history so that we can read each commit - fetch-depth: 0 - ref: ${{ github.head_ref }} - - run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV - shell: bash - - run: echo "REPOSITORY_OWNER=$(echo '${{ github.repository }}' | awk -F '/' '{print $1}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV - shell: bash - - name: Rename the project - run: | - echo "Using '${{ env.REPOSITORY_NAME }}' and "${{ env.REPOSITORY_OWNER }}" to rename fpm package" - sed -i -e 's//${{ env.REPOSITORY_OWNER }}/g' -e 's//${{ env.REPOSITORY_NAME }}/g' FPM.ftd - sed -i -e 's//${{ env.REPOSITORY_OWNER }}/g' -e 's//${{ env.REPOSITORY_NAME }}/g' index.ftd - sed -i -e 's//${{ env.REPOSITORY_OWNER }}/g' -e 's//${{ env.REPOSITORY_NAME }}/g' README.md - rm .github/workflows/rename.yml - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: "✅ Ready to clone and code." - # commit_options: '--amend --no-edit' - push_options: --force - call-deploy-workflow: - needs: [ rename-project ] - uses: ./.github/workflows/deploy.yml diff --git a/FPM.ftd b/FPM.ftd index 3191e18..cf3813b 100644 --- a/FPM.ftd +++ b/FPM.ftd @@ -1,7 +1,7 @@ -- import: fpm --- fpm.package: .github.io/ -download-base-url: https://raw.githubusercontent.com///main +-- fpm.package: meenukumari28.github.io/meenukumari.com +download-base-url: https://raw.githubusercontent.com/meenukumari28/meenukumari.com/main -- fpm.dependency: fifthtry.github.io/doc-site as ds diff --git a/README.md b/README.md index b37aed6..3614ece 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ FPM Blank Package Template Repo -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/fifthtry/fpm-heroku&env[DOWNLOAD_BASE_URL]=https://raw.githubusercontent.com///main/) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/fifthtry/fpm-heroku&env[DOWNLOAD_BASE_URL]=https://raw.githubusercontent.com/meenukumari28/meenukumari.com/main/) > 🧑‍🚀 **Seasoned traveler?** update this file. Enjoy! diff --git a/index.ftd b/index.ftd index 1916123..e212982 100644 --- a/index.ftd +++ b/index.ftd @@ -1,4 +1,4 @@ --- import: .github.io//assets +-- import: meenukumari28.github.io/meenukumari.com/assets