Skip to content

Commit

Permalink
Merge pull request #25 from Palaten-Studios/frontline
Browse files Browse the repository at this point in the history
Fixed social media page link, removed github link and fixed publishing workflow
  • Loading branch information
CraftingDragon007 committed Apr 27, 2024
2 parents 3cb4600 + 7955afe commit 88871b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
tar \
--dereference --hard-dereference \
--directory "./build" \
-cvf "$RUNNER_TEMP/artifact.tar" \
-cvf "./artifact.tar" \
--exclude=.git \
--exclude=.github \
.
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Upload GitHub Pages artifact
uses: actions/[email protected]
with:
path: ${{ runner.temp }}/artifact.tar
path: ./artifact.tar

- name: Deploy GitHub Pages site
uses: actions/[email protected]
5 changes: 2 additions & 3 deletions docs/src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,12 @@ export default defineUserConfig({
},
{
text: 'Social Media',
link: 'social-meida'
link: 'social-media'
}
],
},
]
},
repo: 'Palaten-Studios/docs'
}
}),

lang: 'en-US',
Expand Down

0 comments on commit 88871b3

Please sign in to comment.