Skip to content

Commit

Permalink
Update Infos
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowsun™ authored and Shadowsun™ committed Aug 17, 2023
1 parent 2c63db7 commit 689331e
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 5 deletions.
43 changes: 43 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<title></title>
<meta http-equiv="refresh" content="0; URL=https://github.com/FarukGamer/cinema">
<meta http-equiv="refresh" content="0; URL=https://github.com/PurrCoding/cinema">
</head>

</html>
2 changes: 1 addition & 1 deletion publish.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions workshop/gamemodes/cinema_modded/gamemode/credits.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 689331e

Please sign in to comment.