dlang-community / libdparse

Library for lexing and parsing D source code
https://libdparse.dlang.io
Boost Software License 1.0
114 stars 56 forks source link

add gh-pages deployment CI script - Fix #461 #468

Closed WebFreak001 closed 1 year ago

WebFreak001 commented 1 year ago

See https://github.com/WebFreak001/libdparse/actions/runs/3254075332 and generated gh-pages https://github.com/WebFreak001/libdparse/tree/gh-pages

codecov[bot] commented 1 year ago

Codecov Report

Merging #468 (ddc0664) into master (55b2903) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/dlang-community/libdparse/pull/468/graphs/tree.svg?width=650&height=150&src=pr&token=VHoPCaUjPZ&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community)](https://codecov.io/gh/dlang-community/libdparse/pull/468?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community) ```diff @@ Coverage Diff @@ ## master #468 +/- ## ======================================= Coverage 83.17% 83.17% ======================================= Files 11 11 Lines 8338 8338 ======================================= Hits 6935 6935 Misses 1403 1403 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/dlang-community/libdparse/pull/468?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/dlang-community/libdparse/pull/468?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community). Last update [55b2903...ddc0664](https://codecov.io/gh/dlang-community/libdparse/pull/468?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community).
WebFreak001 commented 1 year ago

@rikkimax or @Geod24 can you enable github pages in the repository settings to the gh-pages branch so that we can use the generated pages from this PR?

Geod24 commented 1 year ago

It was already enabled. I removed the custom domain which was pointing to netlify though.