diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml new file mode 100644 index 0000000..1680e31 --- /dev/null +++ b/.github/workflows/static.yml @@ -0,0 +1,43 @@ +# Simple workflow for deploying static content to GitHub Pages +name: Deploy static content to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["master"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Single deploy job since we're just deploying + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Setup Pages + uses: actions/configure-pages@v3 + - name: Upload artifact + uses: actions/upload-pages-artifact@v1 + with: + # Upload entire repository + path: 'public/' + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v2 diff --git a/README.md b/README.md index fcae275..ae35419 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Since 2018, the [original Cinema](https://github.com/pixeltailgames/cinema) addo #### Credits #### * The original developers of the [Cinema addon](https://github.com/pixeltailgames/cinema) by [PixelTail Games](https://steamcommunity.com/groups/pixelTail). +* [PurrCoding](https://github.com/PurrCoding/) for maintaining the addon. * YouTube Workaround by [Veitikka](https://github.com/veitikka) (https://github.com/samuelmaddock/gm-mediaplayer/pull/34) -* [Shadowsun™](https://steamcommunity.com/id/FarukGamer/) for maintaining the addon. * [Ket'Ta-Lani](https://steamcommunity.com/profiles/76561198086801172) & [ArtarOs](https://steamcommunity.com/profiles/76561198132261322) for Sandbox in Cinema diff --git a/public/index.html b/public/index.html index f8adfd8..e67a907 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ - + \ No newline at end of file diff --git a/publish.bat b/publish.bat index e8733e1..e4da646 100644 --- a/publish.bat +++ b/publish.bat @@ -9,7 +9,7 @@ set "publish_gma=workshop.gma" set "publish_id=2419005587" call %gmad% create -folder %publish_path% -call %gmpublish% update -addon %publish_gma% -id %publish_id% -changes "See https://github.com/FarukGamer/cinema" +call %gmpublish% update -addon %publish_gma% -id %publish_id% -changes "See https://github.com/PurrCode/cinema" del %publish_gma% pause \ No newline at end of file diff --git a/workshop/gamemodes/cinema_modded/gamemode/credits.lua b/workshop/gamemodes/cinema_modded/gamemode/credits.lua index fa0080c..dff7a9e 100644 --- a/workshop/gamemodes/cinema_modded/gamemode/credits.lua +++ b/workshop/gamemodes/cinema_modded/gamemode/credits.lua @@ -14,11 +14,11 @@ local credit = [[ This AddOn is released under the GNU GPLv3 license (https://choosealicense.com/licenses/gpl-3.0/) and - its Source Code available on GitHub (https://github.com/FarukGamer/cinema/) + its Source Code available on GitHub (https://github.com/PurrCoding/cinema/) Credits: - Originally developed by PixelTail Games - - Shadowsun™ (STEAM_0:1:75888605 | https://bio.link/shadowsun) for maintaining the addon + - PurrCoding (https://github.com/PurrCoding/) for maintaining the addon - YouTube Workaround by Veitikka (https://github.com/veitikka) - Ket'Ta-Lani (STEAM_0:0:63267722) & Artar0s (STEAM_0:0:85997797) for Sandbox in Cinema {@TransInsert}