Skip to content

Commit

Permalink
Updated new job
Browse files Browse the repository at this point in the history
  • Loading branch information
RhenaudTheLukark authored Apr 16, 2023
1 parent 1eced49 commit 20cb6d7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}/feature
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -37,6 +37,10 @@ jobs:
with:
# Upload entire repository
path: 'Documentation CYF 1.0'
branch: 'feature'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
- name: Override page_url
id: change-page-url
run: echo "new_page_url=${{ steps.deployment.outputs.page_url }}feature/" >> $GITHUB_OUTPUT

0 comments on commit 20cb6d7

Please sign in to comment.